Skip to content

Commit

Permalink
docs: remove inaccurate part of stale-pr-message
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-webber committed Aug 13, 2024
1 parent 9a420d6 commit ad9250b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-pr-staler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity.'
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
exempt-pr-labels: dependencies
days-before-stale: 60
Expand Down

0 comments on commit ad9250b

Please sign in to comment.