ci: change status labels
This commit is contained in:
8
.github/workflows/stale.yml
vendored
8
.github/workflows/stale.yml
vendored
@@ -12,10 +12,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
stale-issue-message: 'This issue is being marked as "stale" because it has been open 20 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.'
|
stale-issue-message: 'This issue is being marked as "stale" because it has been open 20 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.'
|
||||||
stale-issue-label: stale
|
stale-issue-label: 'status: stale'
|
||||||
exempt-issue-labels: pinned
|
exempt-issue-labels: 'status: pinned'
|
||||||
stale-pr-message: 'This PR is being marked as "stale" because it has been open 20 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.'
|
stale-pr-message: 'This PR is being marked as "stale" because it has been open 20 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.'
|
||||||
stale-pr-label: stale
|
stale-pr-label: 'status: stale'
|
||||||
exempt-pr-labels: pinned
|
exempt-pr-labels: 'status: pinned'
|
||||||
days-before-stale: 20
|
days-before-stale: 20
|
||||||
days-before-close: 5
|
days-before-close: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user