Skip to content

Commit

Permalink
Update global workflows (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler authored Sep 19, 2023
1 parent 6585e0a commit 49927f1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
name: Auto Merge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
auto-merge:
runs-on: ubuntu-latest
Expand All @@ -14,4 +30,4 @@ jobs:
UPDATE_LABELS: ""
UPDATE_METHOD: "rebase"
MERGE_RETRIES: 60
UPDATE_RETRIES: 60
UPDATE_RETRIES: 60

0 comments on commit 49927f1

Please sign in to comment.