We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cada9 commit 24e4d56Copy full SHA for 24e4d56
.github/workflows/ai-issue-assessment.yml
@@ -6,9 +6,6 @@ on:
6
7
jobs:
8
ai-issue-assessment:
9
- if: >
10
- (github.event.action == 'opened' && github.event.issue.labels[0] == null) ||
11
- (github.event.action == 'labeled' && github.event.label.name == 'bug')
12
runs-on: ubuntu-latest
13
permissions:
14
issues: write
0 commit comments