Fix github action for stale issues (#3569)
This commit is contained in:
committed by
GitHub
parent
73de15fd5d
commit
3c8b9725e1
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -24,8 +24,6 @@ jobs:
|
|||||||
operations-per-run: 60
|
operations-per-run: 60
|
||||||
stale-issue-label: stale
|
stale-issue-label: stale
|
||||||
stale-pr-label: stale
|
stale-pr-label: stale
|
||||||
exempt-issue-labels:
|
exempt-issue-labels: "security,pinned"
|
||||||
- security
|
|
||||||
- pinned
|
|
||||||
- name: Print outputs
|
- name: Print outputs
|
||||||
run: echo ${{ join(steps.stale.outputs.*, ',') }}
|
run: echo ${{ join(steps.stale.outputs.*, ',') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user