Changed stale message
This commit is contained in:
@@ -22,7 +22,9 @@ jobs:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
|
||||
stale-issue-message: >-
|
||||
This issue is stale because it has been open 30 days with no activity.
|
||||
Remove stale label or comment or this will be closed in 5 days.
|
||||
# stale-pr-message: 'Stale pull request message'
|
||||
stale-issue-label: 'no-issue-activity'
|
||||
stale-pr-label: 'no-pr-activity'
|
||||
|
||||
Reference in New Issue
Block a user