Skip to content

Commit

Permalink
fix(workflow): change pull_request to pull_request_target (#6693)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmullapudi authored Oct 4, 2021
1 parent 404d673 commit e6d5002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-community-label-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
issues:
types: [opened]
pull_request:
pull_request_target:
types: [opened]

jobs:
Expand Down

0 comments on commit e6d5002

Please sign in to comment.