Attempt to fix labeler permissions

This commit is contained in:
Florian Albrechtskirchinger 2022-08-04 19:11:43 +02:00
parent 500bdc56bf
commit 12819cf62c
No known key found for this signature in database
GPG Key ID: 19618CE9B2D4BE6D

View File

@ -1,10 +1,14 @@
name: "Pull Request Labeler"
on:
- pull_request
pull_request_target:
types: [opened, synchronize]
jobs:
build:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest