Skip to content

Commit e3c4ceb

Browse files
Merge pull request #438 from holly-cummins/fix-syncbot-fork-permissions
Fix syncbot permissions for fork PRs by using `pull_request_target`
2 parents 9a0f4fc + 8477623 commit e3c4ceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/syncbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Branch sync
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches:
66
- main
77
- ootb

0 commit comments

Comments
 (0)