mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: disable IA for low issue numbers (#9492)
This commit is contained in:
parent
5087bf771c
commit
38b6b79196
2
.github/workflows/issue-analyzer.yml
vendored
2
.github/workflows/issue-analyzer.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
analyze-issue:
|
analyze-issue:
|
||||||
name: Analyze Issues
|
name: Analyze Issues
|
||||||
runs-on: ubuntu-latest
|
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:
|
env:
|
||||||
ISSUE_BODY: ${{ toJson(github.event.issue.body) }}
|
ISSUE_BODY: ${{ toJson(github.event.issue.body) }}
|
||||||
outputs:
|
outputs:
|
||||||
|
Loading…
Reference in New Issue
Block a user