Skip to content

Commit

Permalink
ci: add labeler workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Jan 27, 2025
1 parent ac96946 commit 5d71aec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 #v5.0.0

0 comments on commit 5d71aec

Please sign in to comment.