Skip to content

Commit

Permalink
Chore: Only add labels on open of PRs (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfuss authored Nov 19, 2021
1 parent 78d641b commit 2fd3bec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Pull Request Labeler"
on:
- pull_request_target
pull_request_target:
types: [opened]

jobs:
apply-internal-external-label:
Expand Down

0 comments on commit 2fd3bec

Please sign in to comment.