We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61c4c5 commit 3abd6c1Copy full SHA for 3abd6c1
.github/workflows/auto_merge.yml
@@ -33,6 +33,7 @@ jobs:
33
check-name: ${{ matrix.tf-checks }}
34
repo-token: ${{ secrets.GITHUB }}
35
wait-interval: 30
36
+ allowed-conclusions: success
37
38
autoapprove:
39
permissions:
@@ -67,6 +68,6 @@ jobs:
67
68
MERGE_FILTER_AUTHOR: 'dependabot[bot]'
69
MERGE_METHOD: "merge"
70
MERGE_DELETE_BRANCH: "true"
- MERGE_LABELS: "dependencies"
71
+ MERGE_LABELS: "dependencies, github_actions"
72
MERGE_REQUIRED_APPROVALS: ""
73
...
0 commit comments