Skip to content

Commit

Permalink
chore: add workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon authored Apr 25, 2024
1 parent a2e07bf commit edb71de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: PR labeler
on:
- pull_request_target
jobs:
apply:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} # only PRs from this repo
uses: palashmon/reusable-workflows/.github/workflows/labeler-reusable.yml@main
secrets: inherit

0 comments on commit edb71de

Please sign in to comment.