Skip to content

Commit 56bf172

Browse files
authored
chore: update stale workflow (#1283)
1 parent bf30aaa commit 56bf172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
stale-issue-label: 'closing soon'
14-
exempt-issue-labels: 'pending investigation,pending triage,follow up,feature request,enhancement,pending release,rfc,work in progress'
14+
exempt-issue-labels: 'investigating,pending-triage,follow up,feature-request,enhancement,pending-release,rfc,work in progress'
1515
stale-issue-message: 'This issue is stale because it has been open for 14 days with no activity. Please, provide an update or it will be automatically closed in 7 days.'
1616
close-issue-message: 'This issue is being automatically closed due to inactivity. If you believe it was closed by mistake, provide an update and re-open it.'
1717
days-before-stale: 14

0 commit comments

Comments
 (0)