CI: Add permissions to merge conflict labeler

This was not necessary in my own test repository, but maybe we need it
here regardless.
This commit is contained in:
Jelle Raaijmakers 2024-12-17 13:58:34 +01:00
commit 1b01464e41
Notes: github-actions[bot] 2024-12-17 13:00:13 +00:00

View file

@ -13,6 +13,9 @@ on:
jobs: jobs:
auto-labeler: auto-labeler:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
steps: steps:
- uses: mschilde/auto-label-merge-conflicts@591722e97f3c4142df3eca156ed0dcf2bcd362bd - uses: mschilde/auto-label-merge-conflicts@591722e97f3c4142df3eca156ed0dcf2bcd362bd
with: with: