mirror of
https://github.com/Ircama/epson_print_conf.git
synced 2025-05-09 13:42:03 -04:00
Use version 9 of the stale workflow
This commit is contained in:
parent
249ee446ab
commit
4293959e3a
1 changed files with 7 additions and 7 deletions
14
.github/workflows/stale.yml
vendored
14
.github/workflows/stale.yml
vendored
|
@ -13,14 +13,14 @@ jobs:
|
|||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/stale@v4 # https://github.com/actions/stale
|
||||
- uses: actions/stale@v9 # https://github.com/actions/stale
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'This issue becomed stale because of no feedback for 30 days. Remove the stale label or add a comment; otherwise, this will be automatically closed in 60 days.'
|
||||
stale-pr-message: 'This PR becomed stale because of no feedback for 60 days.'
|
||||
days-before-stale: 30
|
||||
days-before-close: 60
|
||||
close-issue-message: 'This issue was closed because it has been stalled for 60 days with no activity.'
|
||||
stale-issue-message: 'This issue becomed stale because of no feedback for 15 days. Remove the stale label or add a comment; otherwise, this will be automatically closed in 30 days.'
|
||||
stale-pr-message: 'This PR becomed stale because of no feedback for 30 days.'
|
||||
days-before-stale: 15
|
||||
days-before-close: 30
|
||||
close-issue-message: 'This issue was closed because it has been stalled for 30 days with no activity.'
|
||||
days-before-pr-close: -1
|
||||
any-of-labels: answered,needs-rebase,inactive,Awaiting-Response,question,invalid,duplicate,wontfix
|
||||
any-of-labels: answered,needs-rebase,inactive,Awaiting-Response,question,invalid,duplicate,wontfix,comment
|
||||
exempt-all-pr-assignees: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue