Skip to content

Commit

Permalink
CI - update GitHub actions to node20 (#6450)
Browse files Browse the repository at this point in the history
Bump up to actions/stale@v9 compatible with node20 per
https://github.com/actions/stale/releases/tag/v9.0.0

Related to #6445
  • Loading branch information
pavoljuhas authored Feb 12, 2024
1 parent 2cb7ffe commit c3de706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
stale:
runs-on: ubuntu-20.04
steps:
- uses: actions/stale@v3
- uses: actions/stale@v9
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 30 days'
days-before-stale: 30
days-before-close: 30
close-issue-message: 'Issue closed due to inactivity.'
stale-issue-label: 'triage/stale'
exempt-issue-labels: 'triage/accepted,triage/discuss,kind/design-issue,kind/health,kind/roadmap-item,kind/task'
exempt-issue-labels: 'triage/accepted,triage/discuss,kind/design-issue,kind/health,kind/roadmap-item,kind/task'

0 comments on commit c3de706

Please sign in to comment.