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
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,25 +14,27 @@ jobs:
14
14
- name: Generate stale messages
15
15
id: messages
16
16
run: |
17
-
EXEMPT_PR_LABELS='wip,blocked'
18
-
STALE_TEMPLATE='This [type] is stale because it has been open [stale-days] days with no activity. It will be closed in [close-days] days if no further activity occurs. Tag your issue with blocked or [exempt-pr-labels] to keep it open.'
19
-
CLOSE_TEMPLATE='Closing this [type] due to prolonged inactivity.'
17
+
EXEMPT_LABELS='wip,blocked'
18
+
STALE_TEMPLATE='This [type] is stale because it has been open [stale-days] days with no activity. It will be closed in [close-days] days if no further activity occurs. Tag your issue or PR with [exempt-labels] to keep it open.'
19
+
CLOSE_TEMPLATE='Closing this [type] due to prolonged inactivity. Tag with [exempt-labels] to keep it open.'
0 commit comments