Skip to content

Commit 0d89b8f

Browse files
authored
Merge pull request #11480 from poikilotherm/11450-fix-copy-flow
Fix copy label flow
2 parents 43547e7 + d713981 commit 0d89b8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/copy_labels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66

77
jobs:
88
copy-labels:
9+
# Avoid being triggered by forks
10+
if: "! github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]'"
11+
permissions:
12+
pull-requests: write
913
runs-on: ubuntu-latest
1014
name: Copy labels from linked issues
1115
steps:

0 commit comments

Comments
 (0)