Skip to content

Commit

Permalink
Fix broken stale Issue GHA workflow (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrandyJackson authored Aug 24, 2022
1 parent 94ae66a commit 91fdbdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prune_stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1.1.0
- uses: actions/stale@v4.0.0
with:
repo-token: ${{ secrets.k8s_github_actions }}
stale-issue-message: 'This issue has been open 365 days with no activity. If this issue is reproducible with the latest version of the provider and with Terraform 0.12/0.13, please comment so we can prioritize. Otherwise this issue will be closed in 30 days.'
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Marking this issue as stale due to inactivity. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. This helps our maintainers find and focus on the active issues. Maintainers may also remove the stale label at their discretion. Thank you!'
days-before-stale: 365
days-before-close: 30

0 comments on commit 91fdbdb

Please sign in to comment.