Skip to content

Commit ff7cd1a

Browse files
ci: update PR title linting (#14)
* ci: update PR title linting * ci: fix workflow file reference for PR title linting
1 parent 4a32a1d commit ff7cd1a

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
name: Conventional Commits
1+
name: Lint PR Title
22

3-
on: [pull_request]
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- reopened
49

510
jobs:
6-
build:
7-
name: Conventional Commits
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: actions/checkout@v4
11-
12-
- uses: webiny/[email protected]
11+
lint-pr-title:
12+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
13+
secrets:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)