Skip to content

Commit

Permalink
Fix stale workflow
Browse files Browse the repository at this point in the history
Fixes copy&paste-fail: stale-issue-message > stale-pr-message
  • Loading branch information
robertcheramy committed Sep 26, 2024
1 parent 841f16a commit 9595458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.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 90 days with no activity.'
stale-issue-message: 'This PR is stale because it has been open 90 days with no activity.'
stale-pr-message: 'This PR is stale because it has been open 90 days with no activity.'
operations-per-run: 500
days-before-stale: 90
days-before-close: -1

0 comments on commit 9595458

Please sign in to comment.