mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
ci: fix stale action permissions
This commit is contained in:
parent
daf36b28fd
commit
350c73d78e
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@ -1,4 +1,8 @@
|
|||||||
name: 'Close stale issues and PRs'
|
name: 'Close stale issues and PRs'
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * *'
|
- cron: '30 1 * * *'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user