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 d115d00 commit f6d498dCopy full SHA for f6d498d
.github/workflows/conversation-labels.yaml
@@ -21,7 +21,7 @@ env:
21
jobs:
22
conversation_labels:
23
name: Calculate and update conversation labels of the issue
24
- if: ${{ !github.event.issue.pull_request }} && ${{ github.event.issue.state == 'open' }}
+ if: ${{ !github.event.issue.pull_request && github.event.issue.state == 'open' }}
25
runs-on: ubuntu-latest
26
permissions:
27
issues: write
0 commit comments