Skip to content

Commit

Permalink
add labeller workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Nov 16, 2023
1 parent 3c2901f commit 8df2edf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Labeler"
on:
- pull_request_target

permissions:
contents: read
pull-requests: write

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 8df2edf

Please sign in to comment.