ci: don't use pull_request_target with semantic PR title check (#37745)

This commit is contained in:
David Sanders 2023-03-29 14:28:52 -07:00 committed by GitHub
parent 8f3ef39f1e
commit 835ace243c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
name: "Check Semantic Commit"
on:
pull_request_target:
pull_request:
types:
- opened
- edited