Skip to content

Commit

Permalink
refactor: update conventional-commits.yml (#824)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
alexeagle committed Apr 29, 2024
1 parent 4141338 commit 31e6c76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/conventional-commits.yml
@@ -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
Expand Down

0 comments on commit 31e6c76

Please sign in to comment.