chore: disable IA for low issue numbers (#9492)

This commit is contained in:
jrandolf 2023-01-11 16:31:37 +01:00 committed by GitHub
parent 5087bf771c
commit 38b6b79196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: