mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-05 22:54:29 -04:00
Merge pull request #8990 from Bond-009/stale
Give stale action write permission for issues
This commit is contained in:
commit
2142002c12
3
.github/workflows/repo-stale.yaml
vendored
3
.github/workflows/repo-stale.yaml
vendored
@ -5,7 +5,8 @@ on:
|
||||
- cron: '30 1 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
permissions:
|
||||
issues: write
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user