Skip to content

Commit ea49991

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent 24b6430 commit ea49991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/closing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
if: |
2929
github.actor != 'renovate[bot]' &&
3030
github.event.issue.state_reason == 'completed' &&
31-
(
31+
((
3232
contains(github.event.issue.labels.*.name, 'question') &&
3333
! contains(github.event.issue.labels.*.name, 'duplicate') &&
3434
! contains(github.event.issue.labels.*.name, 'wontfix')
35-
) || join(github.event.issue.labels.*.name) == ''
35+
) || join(github.event.issue.labels.*.name) == '')
3636
with:
3737
token: ${{ secrets.GITHUB_TOKEN }}
3838
issue-number: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)