Skip to content

Commit

Permalink
fix(ci): use pull_request_target for PR title validation
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 committed Oct 15, 2024
1 parent 927a586 commit 9b373c3
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: "Validate PR"
name: "Validate PR title"

on:
pull_request:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened

permissions:
pull-requests: read
Expand Down

0 comments on commit 9b373c3

Please sign in to comment.