Attempt to fix labeler permissions (#3674)

pull/3675/head
Florian Albrechtskirchinger 2022-08-04 23:38:27 +02:00 committed by GitHub
parent b13b8748b6
commit 01af734d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

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