mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
update stale labels to stop closing issues that are NOT stale
This commit is contained in:
parent
035108c9f1
commit
28665466fa
1 changed files with 4 additions and 4 deletions
8
.github/workflows/stale.yml
vendored
8
.github/workflows/stale.yml
vendored
|
@ -13,10 +13,10 @@ jobs:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
stale-issue-message: 'Issue is stale and will be closed in 14 days unless there is new activity'
|
stale-issue-message: 'Issue is stale and will be closed in 14 days unless there is new activity'
|
||||||
stale-pr-message: 'PR is stale and will be closed in 14 days unless there is new activity'
|
stale-pr-message: 'PR is stale and will be closed in 14 days unless there is new activity'
|
||||||
stale-issue-label: 'meta/stale'
|
stale-issue-label: 'stale'
|
||||||
exempt-issue-label: 'meta/stale-exempt'
|
exempt-issue-labels: 'stale-exempt'
|
||||||
stale-pr-label: 'meta/stale'
|
stale-pr-label: 'stale'
|
||||||
exempt-pr-label: 'meta/stale-exempt'
|
exempt-pr-labels: 'stale-exempt'
|
||||||
remove-stale-when-updated: 'True'
|
remove-stale-when-updated: 'True'
|
||||||
operations-per-run: 500
|
operations-per-run: 500
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue