Skip to content

Commit

Permalink
github: update labeler workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Jun 20, 2024
1 parent 9635572 commit 4829c43
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 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_target
pull_request_target:

jobs:
triage:
runs-on: ubuntu-latest
labeler:
permissions:
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
name: PR labels
runs-on: ubuntu-22.04
steps:
- uses: actions/labeler@v5
with:
Expand Down

0 comments on commit 4829c43

Please sign in to comment.