mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 17:01:51 +00:00
github: Add permissions for labeler action
Should solve this: ``` Error: HttpError: Resource not accessible by integration Error: Resource not accessible by integration ``` Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
ed074aa182
commit
e13d4745ef
3
.github/workflows/base-branch-label.yml
vendored
3
.github/workflows/base-branch-label.yml
vendored
@ -9,6 +9,9 @@ on:
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-ecosystem/action-add-labels@v1
|
||||
|
Loading…
Reference in New Issue
Block a user