Skip to content

Commit 763de5d

Browse files
authored
Bump stale GHA (#45292)
1 parent c377e3c commit 763de5d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/stale-pr.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ jobs:
88
stale:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/stale@v3
11+
- uses: actions/stale@v4
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
14-
stale-pr-message: "This pull request is stale because it has been open for thirty days with no activity. Please update or respond to this comment if you're still interested in working on this."
15-
skip-stale-pr-message: false
14+
stale-pr-message: "This pull request is stale because it has been open for thirty days with no activity. Please [update](https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#updating-your-pull-request) and respond to this comment if you're still interested in working on this."
1615
stale-pr-label: "Stale"
1716
exempt-pr-labels: "Needs Review,Blocked,Needs Discussion"
1817
days-before-stale: 30

0 commit comments

Comments
 (0)