Changed stale message

This commit is contained in:
Etienne G
2023-08-15 00:22:50 +10:00
parent 2ced3b2c80
commit 51cf3ce548
+3 -1
View File
@@ -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'