Skip to content

Commit

Permalink
Merge pull request #74 from pyupio/ci/label-check-on-forks-pr
Browse files Browse the repository at this point in the history
Trigger label check on fork PRs
  • Loading branch information
yeisonvargasf committed Oct 16, 2023
2 parents 4f62e3c + c84d7c4 commit 30cce1a
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 30cce1a

Please sign in to comment.