diff --git a/.github/workflows/stale-pr.yml b/.github/workflows/stale-pr.yml index 2f55a180bc88c..1c233faf561fb 100644 --- a/.github/workflows/stale-pr.yml +++ b/.github/workflows/stale-pr.yml @@ -8,11 +8,10 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - 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." - skip-stale-pr-message: false + 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." stale-pr-label: "Stale" exempt-pr-labels: "Needs Review,Blocked,Needs Discussion" days-before-stale: 30