Skip to content

Commit c93a8e7

Browse files
Update pull_request_target to run in the base repo context
1 parent 570b8e3 commit c93a8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devdocs-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: DevDocs PR or Issue Creation Notifier
22
on:
33
issues:
44
types: [opened]
5-
pull_request:
5+
pull_request_target:
66
types: [opened]
77

88
jobs:

0 commit comments

Comments
 (0)