build: fix broken stale issues workflow (#36843)
This commit is contained in:
parent
1a9c338c92
commit
f56a26c4f7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
||||||
exempt-issue-labels: "discussion,security \U0001F512,enhancement :sparkles:"
|
exempt-issue-labels: "discussion,security \U0001F512,enhancement :sparkles:"
|
||||||
only-pr-labels: not-a-real-label
|
only-pr-labels: not-a-real-label
|
||||||
pending-repro:
|
pending-repro:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@3de2653986ebd134983c79fe2be5d45cc3d9f4e1
|
- uses: actions/stale@3de2653986ebd134983c79fe2be5d45cc3d9f4e1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue