Skip to content

Commit e2259ed

Browse files
chore: disable PR labeller for forks (FuelLabs#2574)
* chore: added permissions for pr-labeller * chore: fix indent * chore: rebuild * chore: fix * chore: try assigning perms to job * chore: disable pr labeller on forks
1 parent 0206568 commit e2259ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
label_pull_request:
99
runs-on: ubuntu-latest
10-
10+
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
1111
steps:
1212
- uses: fuxingloh/multi-labeler@v4
1313
with:

0 commit comments

Comments
 (0)