Skip to content

Commit

Permalink
Update example_github_workflow_files/automerge.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
ericphanson and DilumAluthge authored Jan 29, 2024
1 parent caf85a1 commit 2700fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example_github_workflow_files/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: '05,17,29,41,53 * * * *'
pull_request:
# opened = run when the PR is first opened
# labeled = run when labels are applied, so that the "Override AutoMerge: name similarity is okay label is respected.
# synchronize = run when a commit is pushed to the PR
types: [opened, labeled, synchronize]
Expand Down

0 comments on commit 2700fca

Please sign in to comment.