Skip to content

Commit 7cff163

Browse files
Sarah Edwardsheiskr
andauthored
use pull_request_target trigger (#23946)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent bb3ab07 commit 7cff163

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hubber-contribution-help.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Hubber contribution help
55
# **Who does it impact**: docs-internal contributors
66

77
on:
8-
pull_request:
8+
pull_request_target:
99
types:
1010
- opened
1111
paths:

.github/workflows/ready-for-doc-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Ready for docs-content review
55
# **Who does it impact**: Writers working in the docs-internal repository
66

77
on:
8-
pull_request:
8+
pull_request_target:
99
types: [labeled]
1010

1111
permissions:

0 commit comments

Comments
 (0)