Skip to content

Commit

Permalink
Create labeler.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth authored Oct 1, 2024
1 parent b6fa0d4 commit 0cffa48
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Label Pull Requests"

on:
- pull_request_target

jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/config/labeler.yaml"

0 comments on commit 0cffa48

Please sign in to comment.