1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00

update actions/stale to remove stale when issues are updated

This commit is contained in:
Casey Lee 2020-08-28 11:56:20 -07:00
parent 95240475c3
commit 0fa58c16bd

View file

@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Issue is stale and will be closed in 7 days unless there is new activity'
@ -16,3 +16,5 @@ jobs:
exempt-issue-label: 'meta/stale-exempt'
stale-pr-label: 'meta/stale'
exempt-pr-label: 'meta/stale-exempt'
remove-stale-when-updated: true