mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:28:01 +08:00
Github Actions Stale Bot: fix permissions (#37082)
Should fix https://github.com/microsoft/vcpkg/actions/runs/8042493696 See https://github.com/actions/stale?tab=readme-ov-file#recommended-permissions
This commit is contained in:
parent
76a2b89d17
commit
e14c126a3b
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -3,6 +3,9 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * *'
|
- cron: '30 1 * * *'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user