We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed53568 commit 526e298Copy full SHA for 526e298
.github/workflows/conventional-commits.yml
@@ -1,15 +1,14 @@
1
-name: Conventional Commits Check
+name: Lint PR Title
2
3
on:
4
- pull_request:
5
- branches: [ main ]
+ pull_request_target:
+ types:
6
+ - opened
7
+ - edited
8
+ - reopened
9
10
jobs:
- check-conventional-commits:
- name: Conventional Commits
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v4
13
-
14
- - name: Check Commit Conventions
15
- uses: webiny/[email protected]
+ lint-pr-title:
+ permissions:
+ pull-requests: read
+ uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
0 commit comments