Skip to content

Commit 95c8031

Browse files
committed
ci(actions): use pull_request_target for auto-merge since we need a secret
This is safe because we don't check out the source of the PR
1 parent 572050c commit 95c8031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Merge
22
on:
3-
pull_request:
3+
pull_request_target:
44
types:
55
- labeled
66
- unlabeled

0 commit comments

Comments
 (0)