mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-19 17:28:44 +01:00
exempt assigned issues from being staled
This commit is contained in:
parent
e2c749d432
commit
6fa811a71c
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v8
|
- uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
operations-per-run: 100
|
operations-per-run: 100
|
||||||
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still happening, please reply to indicate so.'
|
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still happening, please reply to indicate so.'
|
||||||
@ -23,3 +23,4 @@ jobs:
|
|||||||
days-before-issue-close: 5
|
days-before-issue-close: 5
|
||||||
days-before-pr-close: 10
|
days-before-pr-close: 10
|
||||||
exempt-issue-labels: help wanted, HIGH PRIORITY
|
exempt-issue-labels: help wanted, HIGH PRIORITY
|
||||||
|
exempt-issue-assignees: aaronliu0130, NayamAmarshe, TGS963
|
||||||
|
Loading…
x
Reference in New Issue
Block a user