Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
more descriptive automatic Issue/PR closure comments
  • Loading branch information
nebulous committed Dec 7, 2023
1 parent ef28802 commit 3672528
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

jobs:
stale:

runs-on: ubuntu-latest
permissions:
issues: write
Expand All @@ -21,7 +20,7 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-message: 'This issue has not been active in a while. It will be automatically closed soon absent further activity.'
stale-pr-message: 'This Pull Request has not been active in a while. It will be automatically closed soon absent further activity.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'

0 comments on commit 3672528

Please sign in to comment.