Skip to content

Commit b17ac52

Browse files
close-no-response: update stale action [v5 -> v7]
Also support to manually run for testing.
1 parent 0e40cec commit b17ac52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/close-no-response.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Close inactive issues
22
on:
33
schedule:
44
- cron: "15 1 * * *" # “At 01:15.”
5+
workflow_dispatch: # To support running manually.
56

67
jobs:
78
close-issues:
@@ -11,7 +12,7 @@ jobs:
1112
pull-requests: write
1213
steps:
1314
# https://github.com/marketplace/actions/close-stale-issues
14-
- uses: actions/stale@v5
15+
- uses: actions/stale@v7
1516
with:
1617
days-before-stale: -1 # Add the stale label manually.
1718
days-before-close: 21

0 commit comments

Comments
 (0)