Skip to content

Commit

Permalink
Create pr-labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshkp authored Feb 7, 2025
1 parent ffda897 commit fadf5b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request_target

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

0 comments on commit fadf5b7

Please sign in to comment.