Skip to content

Commit 8d75e79

Browse files
committed
do not automerge PRs for github actions
1 parent 5e86536 commit 8d75e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
needs: build
100100
runs-on: ubuntu-latest
101101

102-
if: (!cancelled() && github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]')
102+
if: (!cancelled() && github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'github_actions'))
103103

104104
permissions:
105105
contents: write

0 commit comments

Comments
 (0)