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/close-stale-issues-and-prs.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
steps:
13
13
- uses: actions/stale@v9
14
14
with:
15
-
exempt-issue-labels: do-not-stale
15
+
exempt-issue-labels: do-not-stale,enhancement
16
16
days-before-stale: 30
17
17
days-before-close: 14
18
18
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity. It will be closed in 14 days if there is no activity."
0 commit comments