There was an error while loading. Please reload this page.
1 parent eeffc34 commit 664601eCopy full SHA for 664601e
1 file changed
.github/workflows/stale.yml
@@ -33,6 +33,8 @@ jobs:
33
days-before-issue-close: 3
34
# Automatically remove the stale label when the issues or the pull requests are updated
35
remove-stale-when-updated: true
36
+ # Specify the reason used when closing issues: `completed` or `not_planned`
37
+ close-issue-reason: completed
38
# Run the stale workflow as dry-run.
39
# No GitHub API calls that can alter the issues and pull requests will happen.
40
# Useful to debug or when you want to configure the stale workflow safely.
0 commit comments