mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 18:36:17 +03:00
Remove debug mode so it can close stale issues
This commit is contained in:
parent
fb361fc89e
commit
317ea9a8bb
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
|
@ -19,7 +19,6 @@ jobs:
|
||||||
uses: actions/stale@v5
|
uses: actions/stale@v5
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
debug-only: true
|
|
||||||
only-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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user