mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-20 04:31:21 +01:00
Update stale.yml
This commit is contained in:
parent
6f9efe6972
commit
d74188f748
42
.github/stale.yml
vendored
42
.github/stale.yml
vendored
@ -1,18 +1,24 @@
|
|||||||
# Number of days of inactivity before an issue becomes stale
|
name: 'Close stale issues and PRs'
|
||||||
daysUntilStale: 60
|
on:
|
||||||
# Number of days of inactivity before a stale issue is closed
|
schedule:
|
||||||
daysUntilClose: 7
|
- cron: '30 1 * * *'
|
||||||
# Issues with these labels will never be considered stale
|
|
||||||
exemptLabels:
|
permissions:
|
||||||
- help wanted
|
contents: write # only for delete-branch option
|
||||||
- HIGH PRIORITY
|
issues: write
|
||||||
# Label to use when marking an issue as stale
|
pull-requests: write
|
||||||
staleLabel: stale
|
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
jobs:
|
||||||
markComment: >
|
stale:
|
||||||
This issue has been automatically marked as stale because it has not had
|
runs-on: ubuntu-latest
|
||||||
recent activity. It will be closed if no further activity occurs. If this is
|
steps:
|
||||||
still happening, please reply to indicate so.
|
- uses: actions/stale@v8
|
||||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
with:
|
||||||
closeComment: false
|
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
|
||||||
close-issue-reason: not_planned
|
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
|
||||||
|
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
|
||||||
|
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
|
||||||
|
days-before-issue-stale: 30
|
||||||
|
days-before-pr-stale: 45
|
||||||
|
days-before-issue-close: 5
|
||||||
|
days-before-pr-close: 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user