mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +03:00
Skip all PRs without the special label
This commit is contained in:
parent
c45a29d5fe
commit
4160d9145e
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
debug-only: true
|
debug-only: true
|
||||||
only-issue-labels: "Awaiting OP Action"
|
only-labels: "Awaiting OP Action"
|
||||||
close-issue-message: "Closing this issue as no feedback has been received."
|
close-issue-message: "Closing this issue as no feedback has been received."
|
||||||
days-before-stale: -1
|
days-before-stale: -1
|
||||||
days-before-close: 1
|
days-before-close: 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user