mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +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
|
name: Mark issues and PRs as stale
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v3
|
- uses: actions/stale@v6
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
exempt-issue-labels: Not Stale
|
exempt-issue-labels: Not Stale
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue