You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale-pr.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ jobs:
13
13
pull-requests: write
14
14
runs-on: ubuntu-22.04
15
15
steps:
16
-
- uses: actions/stale@v4
16
+
- uses: actions/stale@v8
17
17
with:
18
18
repo-token: ${{ secrets.GITHUB_TOKEN }}
19
19
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."
0 commit comments