refactor: update conventional-commits.yml (#824)

* refactor: update conventional-commits.yml

Ensure that our workflow runs for PRs that originate from an untrusted fork.
See https://github.com/amannn/action-semantic-pull-request#event-triggers

* Update conventional-commits.yml
This commit is contained in:
Alex Eagle 2024-04-29 06:11:29 -07:00 committed by GitHub
parent 41413388da
commit 31e6c76b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -1,12 +1,15 @@
name: Verify PR title/description
on:
pull_request:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
check:
runs-on: ubuntu-latest