mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Update stale.yml
This commit is contained in:
parent
5a2006bc4f
commit
8c75b66fcf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
name: Mark issues and PRs as stale
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
- uses: actions/stale@v6
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
exempt-issue-labels: Not Stale
|
||||
|
|
|
|||
Loading…
Reference in a new issue