Skip to content

Commit

Permalink
add labeler github action
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Nov 25, 2024
1 parent 94a0313 commit 2dcd023
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions template-files/.github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml

0 comments on commit 2dcd023

Please sign in to comment.