Skip to content

Commit

Permalink
Trigger label check on fork PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Oct 16, 2023
1 parent 4f62e3c commit c84d7c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: PR Labels

on:
pull_request:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]

jobs:
Expand All @@ -18,3 +18,4 @@ jobs:
breaking-change, bugfix, documentation, enhancement,
refactor, performance, new-feature, maintenance, ci, cd, dependencies
disable-reviews: true
pull-request-number: '${{ github.event.pull_request.number }}'

0 comments on commit c84d7c4

Please sign in to comment.