Exclude skipped e2e tests from auto-closure (#51528)

Co-authored-by: Jon Lane <jon.lane@automattic.com>
This commit is contained in:
Jonathan Lane 2024-09-19 00:02:04 -07:00 committed by GitHub
parent dfd7d52d6b
commit 2e69e94028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 51 additions and 46 deletions

View File

@ -4,7 +4,7 @@ on:
- cron: '21 0 * * *' - cron: '21 0 * * *'
workflow_dispatch: workflow_dispatch:
permissions: { } permissions: {}
jobs: jobs:
stale: stale:
@ -36,6 +36,7 @@ jobs:
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
only-issue-labels: 'metric: flaky e2e test' only-issue-labels: 'metric: flaky e2e test'
exempt-issue-labels: 'metric: skipped test'
days-before-stale: -1 days-before-stale: -1
days-before-close: -1 days-before-close: -1
days-before-issue-stale: 5 days-before-issue-stale: 5

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Exclude skipped e2e test issues from stale bot closure