-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Create a recipe to update the types for which a job can be triggered
Examples :
Input :
name: "My job"
on:
pull_request:
types:
- opened
- edited
- synchronizeRemove entry
on:
pull_request:
types:
- opened
- edited
- - synchronizeAdd entry:
on:
pull_request:
types:
- opened
- edited
- synchronize
+ - closedAdd new type:
on:
+ pull_request_review:
+ types: [edited, dismissed]
pull_request:
types:
- opened
- edited
- synchronizeAs there are many possible options here, we should probably have a generic recipe that accepts a yml expression and replaces the on block with it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Recipes Wanted