mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 03:12:09 +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'
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
|
Loading…
x
Reference in New Issue
Block a user