Skip to content

Commit 41f78d9

Browse files
Merge pull request #2437 from DataDog/mariedm/close-stale-issues-as-completed
Close stale issues with reason `completed` Co-authored-by: mariedm <marie.denis@datadoghq.com>
2 parents eeffc34 + 664601e commit 41f78d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
days-before-issue-close: 3
3434
# Automatically remove the stale label when the issues or the pull requests are updated
3535
remove-stale-when-updated: true
36+
# Specify the reason used when closing issues: `completed` or `not_planned`
37+
close-issue-reason: completed
3638
# Run the stale workflow as dry-run.
3739
# No GitHub API calls that can alter the issues and pull requests will happen.
3840
# Useful to debug or when you want to configure the stale workflow safely.

0 commit comments

Comments
 (0)