Skip to content

Commit

Permalink
Adapt PR stale messages and timing for more clarity
Browse files Browse the repository at this point in the history
Change-Id: I5bed1b38f8e42442075e6262ead276cb462aa344
  • Loading branch information
englertor authored and martinhv committed Dec 3, 2024
1 parent f7ed48d commit 2176cb8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pr-autoclose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
exempt-pr-labels: 'tracked'
# After 14 days of inactivity, mark PRs as "Stale"
days-before-pr-stale: 14
stale-pr-message: "This PR is stale because it has been open for 14 days with no activity and the Github Actions are not passing."
# Autoclose stale PRs after 14 days.
days-before-pr-close: 14
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale."
stale-pr-message: "Thank you for your contribution. This pull request has been marked as stale as it has not passed the automated tests and there was no activity for the last 14 days.\nPlease take a look at the ‘Checks’ section for details on the test results and make the necessary changes.\n\nThis pull request will be closed due to inactivity after 60 days, if no action is taken."
# Autoclose stale PRs after 60 days.
days-before-pr-close: 60
close-pr-message: "This pull request has been stale for 60 days and no action has been taken by the author. Unfortunately we have to close this contribution due to inactivity."
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2176cb8

Please sign in to comment.