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:
parent
41413388da
commit
31e6c76b7d
|
@ -1,12 +1,15 @@
|
||||||
name: Verify PR title/description
|
name: Verify PR title/description
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- edited
|
- edited
|
||||||
- synchronize
|
- synchronize
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue