Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 0d5a228

Browse files
committed
update actions/stale to remove stale when issues are updated
1 parent e698e8b commit 0d5a228

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/stale.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@v1
10+
- uses: actions/stale@v3
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
stale-issue-message: 'Issue is stale and will be closed in 7 days unless there is new activity'
@@ -16,3 +16,5 @@ jobs:
1616
exempt-issue-label: 'meta/stale-exempt'
1717
stale-pr-label: 'meta/stale'
1818
exempt-pr-label: 'meta/stale-exempt'
19+
remove-stale-when-updated: true
20+

0 commit comments

Comments
 (0)