mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
.github/workflows: Enable actions/stale
This commit is contained in:
parent
56fe54cbac
commit
d6fc5518d5
1 changed files with 3 additions and 5 deletions
8
.github/workflows/stale.yml
vendored
8
.github/workflows/stale.yml
vendored
|
@ -12,10 +12,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v4
|
||||
with:
|
||||
stale-issue-message: 'Issues become stale 90 days after last activity and are closed 7 days after that. If this issue is still relevant bump it or assign it.'
|
||||
stale-pr-message: 'Pull Requests become stale 90 days after last activity and are closed 7 days after that. If this pull request is still relevant bump it or assign it.'
|
||||
stale-issue-message: 'Issues become stale 90 days after last activity and are closed 14 days after that. If this issue is still relevant bump it or assign it.'
|
||||
stale-pr-message: 'Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.'
|
||||
days-before-stale: 90
|
||||
days-before-close: 7
|
||||
debug-only: true
|
||||
days-before-close: 14
|
||||
exempt-all-assignees: true
|
||||
operations-per-run: 1000
|
||||
|
|
Loading…
Add table
Reference in a new issue