Skip to content

Commit 82c3970

Browse files
authored
ci: change status labels
1 parent 55e3676 commit 82c3970

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414
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.'
15-
stale-issue-label: stale
16-
exempt-issue-labels: pinned
15+
stale-issue-label: 'status: stale'
16+
exempt-issue-labels: 'status: pinned'
1717
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.'
18-
stale-pr-label: stale
19-
exempt-pr-labels: pinned
18+
stale-pr-label: 'status: stale'
19+
exempt-pr-labels: 'status: pinned'
2020
days-before-stale: 20
2121
days-before-close: 5

0 commit comments

Comments
 (0)