Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
Changed stale messages
  • Loading branch information
ChristianTremblay authored Feb 5, 2021
1 parent d022d60 commit f8bc722
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-message: 'This issue had no activity for a long period of time. If this issue is still required, please update the status or else, it will be closed. Please note that an issue can be reopened if required.'
stale-pr-message: 'This pull request has not been processed yet, please proceed or close.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'

0 comments on commit f8bc722

Please sign in to comment.