Skip to content

Commit

Permalink
Fix auto-label workflow for external PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Jan 9, 2023
1 parent 87150ca commit 2fb8044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-label-to-new-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Add label to new issue
on:
issues:
types: [opened]
pull_request:
pull_request_target:
types: [opened]

jobs:
Expand Down

0 comments on commit 2fb8044

Please sign in to comment.