Skip to content

Commit

Permalink
Revise stale message
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <[email protected]>
  • Loading branch information
Swiddis committed Dec 27, 2024
1 parent 2cae6f1 commit 6014907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stalled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
repo-token: ${{ steps.github_app_token.outputs.token }}
stale-pr-label: 'stalled'
stale-pr-message: 'This PR is stalled because it has been open for 30 days with no activity.'
stale-pr-message: 'This PR is stalled because it has been open for 30 days with no activity. It will be automatically closed after 60 days of inactivity.'
days-before-pr-stale: 30
days-before-issue-stale: -1
days-before-pr-close: 60
Expand Down

0 comments on commit 6014907

Please sign in to comment.