mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-30 18:24:27 +01:00
oops...
accidently disabled stale in testing code
This commit is contained in:
parent
1677a6e484
commit
c9a5c5a8c2
5
.github/workflows/stale.yml
vendored
5
.github/workflows/stale.yml
vendored
@ -1,9 +1,8 @@
|
|||||||
name: 'Close stale issues and PRs'
|
name: 'Close stale issues and PRs'
|
||||||
on:
|
on:
|
||||||
# schedule:
|
schedule:
|
||||||
# - cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # only for delete-branch option
|
contents: write # only for delete-branch option
|
||||||
issues: write
|
issues: write
|
||||||
|
Loading…
Reference in New Issue
Block a user