Skip to content

Commit

Permalink
Update doc coverage to pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
stes committed Jun 29, 2023
1 parent c374e0c commit d317cc0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/doc-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ name: PR Status


on:
pull_request:
# NOTE(stes): Use pull_request_target instead of pull_request to allow
# to post comments on the current PR, even when an external contributor
# opens a PR.
# IMPORTANT: DO NOT EXPOSE REPOSITORY SECRETS WITHIN THIS PR!
pull_request_target:
branches:
- main
- public
Expand Down

0 comments on commit d317cc0

Please sign in to comment.