Skip to content

Commit

Permalink
chore: fix deprecation message for node12 for github action "stale"
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 authored and phansys committed Jun 19, 2023
1 parent 174e80a commit 27e3b79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:

steps:
- name: Close stale issues and pull requests
uses: actions/stale@v1.1.0
uses: actions/stale@v8
with:
days-before-close: 30
days-before-stale: 180
repo-token: ${{ secrets.GITHUB_TOKEN }}
exempt-issue-label: Still Relevant
stale-issue-label: Stale
exempt-issue-labels: 'Still Relevant'
stale-issue-label: 'Stale'
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
stale-pr-label: Stale
stale-pr-label: 'Stale'
stale-pr-message: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
Expand Down

0 comments on commit 27e3b79

Please sign in to comment.