Skip to content

Commit

Permalink
Merge branch 'main' into bot/update-global-workflow-main-4cd8c5c36ba4…
Browse files Browse the repository at this point in the history
…55a742c963422298ebec5fcb4639
  • Loading branch information
devantler authored Sep 19, 2023
2 parents 1e3c520 + 49927f1 commit 18aae62
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 18aae62

Please sign in to comment.