You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ jobs:
11
11
with:
12
12
repo-token: ${{ secrets.GITHUB_TOKEN }}
13
13
stale-issue-label: 'closing soon'
14
-
exempt-issue-labels: 'pending investigation,pendingtriage,follow up,featurerequest,enhancement,pendingrelease,rfc,work in progress'
14
+
exempt-issue-labels: 'investigating,pending-triage,follow up,feature-request,enhancement,pending-release,rfc,work in progress'
15
15
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.'
16
16
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.'
0 commit comments