mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 03:36:36 +00:00
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:
parent
9ccaa3b7eb
commit
1b01464e41
Notes:
github-actions[bot]
2024-12-17 13:00:13 +00:00
Author: https://github.com/gmta
Commit: 1b01464e41
1 changed files with 3 additions and 0 deletions
3
.github/workflows/merge-conflict-labeler.yml
vendored
3
.github/workflows/merge-conflict-labeler.yml
vendored
|
@ -13,6 +13,9 @@ on:
|
|||
jobs:
|
||||
auto-labeler:
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: mschilde/auto-label-merge-conflicts@591722e97f3c4142df3eca156ed0dcf2bcd362bd
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue