Skip to content

Commit

Permalink
[chore] Use pull_request_target event to trigger "add codeowners" w…
Browse files Browse the repository at this point in the history
…orkflow (open-telemetry#16228)

Use `pull_request_target` event to trigger "add codeowners to PR" workflow

Co-authored-by: Evan Bradley <[email protected]>
  • Loading branch information
2 people authored and shalper2 committed Dec 6, 2022
1 parent 1df9d40 commit fbd1339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-codeowners-to-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Add code owners to a PR'
on:
pull_request:
pull_request_target:
types:
- opened
- synchronize
Expand Down

0 comments on commit fbd1339

Please sign in to comment.