Skip to content

Commit

Permalink
Attempt to fix labeler permissions (#3674)
Browse files Browse the repository at this point in the history
  • Loading branch information
falbrechtskirchinger authored Aug 4, 2022
1 parent b13b874 commit 01af734
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 01af734

Please sign in to comment.