We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 026e1e4 + b17ac52 commit 448bb63Copy full SHA for 448bb63
.github/workflows/close-no-response.yml
@@ -2,6 +2,7 @@ name: Close inactive issues
2
on:
3
schedule:
4
- cron: "15 1 * * *" # “At 01:15.”
5
+ workflow_dispatch: # To support running manually.
6
7
jobs:
8
close-issues:
@@ -11,7 +12,7 @@ jobs:
11
12
pull-requests: write
13
steps:
14
# https://github.com/marketplace/actions/close-stale-issues
- - uses: actions/stale@v5
15
+ - uses: actions/stale@v7
16
with:
17
days-before-stale: -1 # Add the stale label manually.
18
days-before-close: 21
0 commit comments