mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 02:16:19 +03:00
TEMP testing
This commit is contained in:
parent
4258246ed5
commit
c45a29d5fe
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
|
@ -19,8 +19,9 @@ jobs:
|
||||||
uses: actions/stale@v4
|
uses: actions/stale@v4
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
debug-only: true
|
||||||
only-issue-labels: "Awaiting OP Action"
|
only-issue-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: 7
|
days-before-close: 1
|
||||||
labels-to-remove-when-unstale: "Awaiting OP Action"
|
labels-to-remove-when-unstale: "Awaiting OP Action"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user