Skip to content

Commit 91d1d38

Browse files
authored
ci: update generic workflows (#284)
1 parent 465e183 commit 91d1d38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stale-issues-prs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Mark issue or PR as stale
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/stale@v4.0.0
16+
- uses: actions/stale@v5.1.0
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
stale-issue-message: |
@@ -41,4 +41,5 @@ jobs:
4141
stale-issue-label: stale
4242
stale-pr-label: stale
4343
exempt-issue-labels: keep-open
44-
exempt-pr-labels: keep-open
44+
exempt-pr-labels: keep-open
45+
close-issue-reason: not_planned

0 commit comments

Comments
 (0)