Skip to content

Commit 448bb63

Browse files
Merge branch 'update-github-actions' into dev
2 parents 026e1e4 + b17ac52 commit 448bb63

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)