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 24b6430 commit ea49991Copy full SHA for ea49991
.github/workflows/closing.yml
@@ -28,11 +28,11 @@ jobs:
28
if: |
29
github.actor != 'renovate[bot]' &&
30
github.event.issue.state_reason == 'completed' &&
31
- (
+ ((
32
contains(github.event.issue.labels.*.name, 'question') &&
33
! contains(github.event.issue.labels.*.name, 'duplicate') &&
34
! contains(github.event.issue.labels.*.name, 'wontfix')
35
- ) || join(github.event.issue.labels.*.name) == ''
+ ) || join(github.event.issue.labels.*.name) == '')
36
with:
37
token: ${{ secrets.GITHUB_TOKEN }}
38
issue-number: ${{ github.event.issue.number }}
0 commit comments