chore: fix stale issue closing GH Action (#63523)

This commit is contained in:
Balázs Orbán 2024-03-20 15:38:55 +01:00 committed by GitHub
parent 859605a52c
commit 491f6d85e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ jobs:
name: 'Close stale issues with no reproduction'
with:
repo-token: ${{ secrets.STALE_TOKEN }}
only-labels: 'please add a complete reproduction,please simplify reproduction'
any-of-labels: 'please add a complete reproduction,please simplify reproduction'
close-issue-message: 'This issue has been automatically closed because it received no activity for a month and had no reproduction to investigate. If you think it was closed by accident, please leave a comment. If you are running into a similar issue, please open a new issue with a reproduction. Thank you.'
days-before-issue-close: 1
days-before-issue-stale: 30
@ -28,7 +28,7 @@ jobs:
name: 'Close issues not verified on canary'
with:
repo-token: ${{ secrets.STALE_TOKEN }}
only-labels: 'please verify canary'
any-of-labels: 'please verify canary'
close-issue-message: "This issue has been automatically closed because it wasn't verified against next@canary. If you think it was closed by accident, please leave a comment. If you are running into a similar issue, please open a new issue with a reproduction. Thank you."
days-before-issue-close: 1
days-before-issue-stale: 30