Browse Source

fix: use pull request in semantic workflow for better security (#6799)

* fix: use pull request in semantic workflow for security

* add types
pull/6771/merge
Aakansha Doshi 2 years ago committed by GitHub
parent
commit
744e5b2ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/semantic-pr-title.yml

2
.github/workflows/semantic-pr-title.yml

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
name: Semantic PR title
on:
pull_request_target:
pull_request:
types:
- opened
- edited

Loading…
Cancel
Save