Skip to content

Commit

Permalink
add message for stale labeled issues
Browse files Browse the repository at this point in the history
  • Loading branch information
randomusert authored Jul 3, 2024
1 parent 73c1f83 commit ffcda8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-issue-message: 'due to inactivity we are closing the issue soon'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
stale-issue-label: 'stale'
stale-pr-label: 'stale'

0 comments on commit ffcda8f

Please sign in to comment.