1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-19 09:27:27 +01:00

exempt assigned issues from being staled

This commit is contained in:
Aaron Liu 2023-12-23 11:26:02 -05:00 committed by GitHub
parent e2c749d432
commit 6fa811a71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
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.'
@ -23,3 +23,4 @@ jobs:
days-before-issue-close: 5
days-before-pr-close: 10
exempt-issue-labels: help wanted, HIGH PRIORITY
exempt-issue-assignees: aaronliu0130, NayamAmarshe, TGS963