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
+2-3
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,10 @@ jobs:
8
8
stale:
9
9
runs-on: ubuntu-latest
10
10
steps:
11
-
- uses: actions/stale@v3
11
+
- uses: actions/stale@v4
12
12
with:
13
13
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."
0 commit comments