We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0206568 commit e2259edCopy full SHA for e2259ed
.github/workflows/pr-labeler.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
label_pull_request:
9
runs-on: ubuntu-latest
10
-
+ if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
11
steps:
12
- uses: fuxingloh/multi-labeler@v4
13
with:
0 commit comments