mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Merge pull request #6204 from hugovk/stale
Stale action: skip PRs without the special label and never close PRs
This commit is contained in:
commit
a04d6919e1
5
.github/workflows/stale.yml
vendored
5
.github/workflows/stale.yml
vendored
|
@ -20,8 +20,9 @@ jobs:
|
|||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
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."
|
||||
days-before-stale: -1
|
||||
days-before-close: 1
|
||||
days-before-issue-close: 1
|
||||
days-before-pr-close: -1
|
||||
labels-to-remove-when-unstale: "Awaiting OP Action"
|
||||
|
|
Loading…
Reference in New Issue
Block a user