Merge pull request #895 from bladeoner/stale

This commit is contained in:
Yaronzz
2022-04-16 18:18:31 +08:00
committed by GitHub
+2 -2
View File
@@ -21,7 +21,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 been automatically marked as stale because it has not had recent activity.'
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'