Skip to content

Commit

Permalink
Merge pull request #3 from mrExplorist/mrExplorist-patch-3
Browse files Browse the repository at this point in the history
Create label.yml
  • Loading branch information
lalitdotdev authored Feb 24, 2024
2 parents 0df32cb + 9499030 commit 434f89a
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 434f89a

Please sign in to comment.