Skip to content

Commit

Permalink
chore: disable IA for low issue numbers (#9492)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jan 11, 2023
1 parent 5087bf7 commit 38b6b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
analyze-issue:
name: Analyze Issues
runs-on: ubuntu-latest
if: ${{ contains(github.event.issue.labels.*.name, 'bug') }}
if: ${{ contains(github.event.issue.labels.*.name, 'bug') && github.event.issue.number > 9481 }}
env:
ISSUE_BODY: ${{ toJson(github.event.issue.body) }}
outputs:
Expand Down

0 comments on commit 38b6b79

Please sign in to comment.