Skip to content

Commit

Permalink
github action: Fix stales action to not close PR/issue after 7 days
Browse files Browse the repository at this point in the history
By default the action closes the PR or issue 7 days after adding the
stale label.

The expected behavior is that the pull requests and issues will never be
closed automatically by the bot.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
  • Loading branch information
arnopo committed Oct 25, 2023
1 parent de33a8d commit 4e13c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
remove-stale-when-updated: true
remove-issue-stale-when-updated: true
remove-pr-stale-when-updated: true
days-before-close: -1

0 comments on commit 4e13c09

Please sign in to comment.