We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1af0f6 commit 5aa8334Copy full SHA for 5aa8334
.github/workflows/auto-merge.yml
@@ -10,8 +10,9 @@ permissions:
10
jobs:
11
auto-merge:
12
if: >-
13
- github.event.pull_request.author_association == 'OWNER' ||
14
- github.event.pull_request.author_association == 'MEMBER'
+ !contains(github.event.pull_request.labels.*.name, 'autorelease: pending') &&
+ (github.event.pull_request.author_association == 'OWNER' ||
15
+ github.event.pull_request.author_association == 'MEMBER')
16
runs-on: ubuntu-latest
17
timeout-minutes: 5
18
steps:
0 commit comments