2023-11-10 15:12:21 +00:00
name : Stale Issue Labeler
2022-01-23 16:02:41 +00:00
on :
schedule :
2023-10-21 19:03:21 +00:00
- cron : '30 1 * * *'
2022-01-23 16:02:41 +00:00
workflow_dispatch :
2022-12-31 14:42:24 +00:00
permissions :
issues : write
2023-03-30 12:40:29 +00:00
pull-requests : write
2023-10-05 12:02:10 +00:00
actions : write
2023-03-30 12:40:29 +00:00
2022-01-23 16:02:41 +00:00
jobs :
2023-03-30 12:40:29 +00:00
issues :
2023-10-05 12:02:10 +00:00
name : Check for stale issues
2022-01-23 16:02:41 +00:00
runs-on : ubuntu-latest
2022-01-25 17:32:46 +00:00
if : ${{ contains(github.repository, 'jellyfin/') }}
2022-01-23 16:02:41 +00:00
steps :
2023-12-07 13:27:09 +00:00
- uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
2022-01-23 16:02:41 +00:00
with :
2022-01-23 17:19:39 +00:00
repo-token : ${{ secrets.JF_BOT_TOKEN }}
2023-10-21 19:03:21 +00:00
ascending : true
2022-01-23 16:02:41 +00:00
days-before-stale : 120
days-before-pr-stale : -1
days-before-close : 21
days-before-pr-close : -1
2023-10-21 19:03:21 +00:00
operations-per-run : 500
2022-01-23 16:02:41 +00:00
exempt-issue-labels : regression,security,roadmap,future,feature,enhancement,confirmed
stale-issue-label : stale
stale-issue-message : |-
2023-11-10 15:12:21 +00:00
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
2022-12-31 14:42:24 +00:00
2023-10-05 12:02:10 +00:00
If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact).
close-issue-message : |-
This issue was closed due to inactivity.