Skip to content

Commit

Permalink
close-no-response: update stale action [v5 -> v7]
Browse files Browse the repository at this point in the history
Also support to manually run for testing.
  • Loading branch information
greenrobot-team committed Feb 14, 2023
1 parent 0e40cec commit b17ac52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/close-no-response.yml
Expand Up @@ -2,6 +2,7 @@ name: Close inactive issues
on:
schedule:
- cron: "15 1 * * *" # “At 01:15.”
workflow_dispatch: # To support running manually.

jobs:
close-issues:
Expand All @@ -11,7 +12,7 @@ jobs:
pull-requests: write
steps:
# https://github.com/marketplace/actions/close-stale-issues
- uses: actions/stale@v5
- uses: actions/stale@v7
with:
days-before-stale: -1 # Add the stale label manually.
days-before-close: 21
Expand Down

0 comments on commit b17ac52

Please sign in to comment.