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.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ on:
11
11
env:
12
12
DAYS_BEFORE_PR_STALE: 7
13
13
DAYS_BEFORE_PR_CLOSE: 7
14
+
EXEMPT_PR_LABELS: "ignore-stale"
14
15
15
16
permissions:
16
17
issues: write
@@ -30,6 +31,7 @@ jobs:
30
31
close-pr-message: "This PR was closed automatically because it has been stalled for ${{ env.DAYS_BEFORE_PR_CLOSE }} days with no activity. Feel free to re-open it at any time."
0 commit comments