mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-07 23:54:55 -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 * * *'
|
- cron: '30 1 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: {}
|
permissions:
|
||||||
|
issues: write
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user