diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0e787c11..ea2f15b5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,12 +10,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days' + stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.' days-before-stale: 30 - days-before-close: 5 - stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days' - stale-issue-label: 'no-issue-activity' - stale-pr-label: 'no-pr-activity' + days-before-close: -1 + stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity.' + stale-issue-label: 'status/no-issue-activity' + stale-pr-label: 'status/no-pr-activity'