Skip to content

Commit

Permalink
Create label.yml
Browse files Browse the repository at this point in the history
Create Labeler Actions.
  • Loading branch information
lalitdotdev authored Feb 24, 2024
1 parent 0df32cb commit 9499030
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Labeler
on: [pull_request_target]

jobs:
label:

runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 9499030

Please sign in to comment.