Skip to content

Commit

Permalink
Manual PR feed: run the workflow on pull_request_target (instead of…
Browse files Browse the repository at this point in the history
… `pull_request`) (#66667)
  • Loading branch information
DilumAluthge authored Aug 21, 2022
1 parent b708eaf commit add9ddb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/feed_manual_prs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Manual PRs feed
on:
pull_request: # TODO: delete this line
# pull_request_target: # TODO: uncomment this line
pull_request_target:
types: [ opened, reopened ] # TODO: delete this line
# types: [ opened ] # TODO: uncomment this line
permissions:
Expand Down

0 comments on commit add9ddb

Please sign in to comment.