Skip to content

Commit

Permalink
Attempt to fix labeler permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
falbrechtskirchinger committed Aug 4, 2022
1 parent 500bdc5 commit 12819cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 12819cf

Please sign in to comment.