Skip to content

Commit 3abd6c1

Browse files
Feat/update automerge (#126)
Co-authored-by: anmolnagpal <[email protected]>
1 parent f61c4c5 commit 3abd6c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto_merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
check-name: ${{ matrix.tf-checks }}
3434
repo-token: ${{ secrets.GITHUB }}
3535
wait-interval: 30
36+
allowed-conclusions: success
3637

3738
autoapprove:
3839
permissions:
@@ -67,6 +68,6 @@ jobs:
6768
MERGE_FILTER_AUTHOR: 'dependabot[bot]'
6869
MERGE_METHOD: "merge"
6970
MERGE_DELETE_BRANCH: "true"
70-
MERGE_LABELS: "dependencies"
71+
MERGE_LABELS: "dependencies, github_actions"
7172
MERGE_REQUIRED_APPROVALS: ""
7273
...

0 commit comments

Comments
 (0)