mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +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:
|
||||
- cron: '30 1 * * *'
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user