Skip to content

Commit

Permalink
Fixed: Phrasing of messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Aug 4, 2024
1 parent 53f94f7 commit cc5e3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/stale@v9
with:
days-before-stale: 365
stale-issue-message: 'This issue is stale because it has been open over a year without activity. Remove stale label or comment on it to reset the stale state.'
stale-issue-message: 'This issue is now marked stale because it has been open over a year without activity. Remove the stale label or add a comment to reset the stale state.'
stale-issue-label: Stale
stale-pr-message: 'This PR is stale because it has been open for over a year without activity. Remove stale label or comment on it to reset the stale state.'
stale-pr-message: 'This pull request is now marked stale because it has been open over a year without activity. Remove the stale label or add a comment to reset the stale state.'
stale-pr-label: Stale
operations-per-run: 100
debug-only: true

0 comments on commit cc5e3b9

Please sign in to comment.