diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-25 17:25:42 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-25 17:25:42 +0200 |
commit | e13d4745efc4e11a670be4e413b150b06984c7c2 (patch) | |
tree | 7f11e1c60e187fc7e9e7a3bbac36ccb92b3a1cd7 /.github | |
parent | Merge pull request #11239 from opensourcerouting/feature/topotests_for_notifi... (diff) | |
download | frr-e13d4745efc4e11a670be4e413b150b06984c7c2.tar.xz frr-e13d4745efc4e11a670be4e413b150b06984c7c2.zip |
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/base-branch-label.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/base-branch-label.yml b/.github/workflows/base-branch-label.yml index 8fd273fce..9572ee7ee 100644 --- a/.github/workflows/base-branch-label.yml +++ b/.github/workflows/base-branch-label.yml @@ -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 |