Skip to content

Commit 9f05e20

Browse files
committed
fix(template): skip labeler for fork PRs (keep pull_request)
1 parent 5ab0918 commit 9f05e20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
label:
99
runs-on: ubuntu-latest
10+
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
1011
steps:
1112
- name: Check out
1213
uses: actions/checkout@v4

0 commit comments

Comments
 (0)