Skip to content

Commit 1b6964f

Browse files
authored
Update GitHub stale action to v9 (#3754)
1 parent eabffb2 commit 1b6964f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# - No PRs marked as no-stale
1717
# - No issues marked as no-stale or help-wanted
1818
- name: 180 days stale issues & PRs policy
19-
uses: actions/stale@v8
19+
uses: actions/stale@v9
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
2222
days-before-stale: 180
@@ -49,7 +49,7 @@ jobs:
4949
# - No Issues marked as no-stale or help-wanted
5050
# - No PRs (-1)
5151
- name: Needs more information stale issues policy
52-
uses: actions/stale@v8
52+
uses: actions/stale@v9
5353
with:
5454
repo-token: ${{ secrets.GITHUB_TOKEN }}
5555
only-labels: "needs more information"

0 commit comments

Comments
 (0)