Skip to content

Commit c71f945

Browse files
authored
Update pr-title-lint.yml
1 parent 0fb5e07 commit c71f945

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr-title-lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: PR Linter
2-
32
on:
43
pull_request:
5-
# Run on these specific PR activities
64
types: [opened, edited, reopened, synchronize]
75

86
jobs:
@@ -12,6 +10,9 @@ jobs:
1210
pull-requests: read
1311
steps:
1412
- uses: actions/checkout@v4
13+
14+
- name: Debug PR Title
15+
run: echo "The PR title is: ${{ github.event.pull_request.title }}"
1516

1617
- name: Install Dependencies
1718
run: npm install @commitlint/config-conventional

0 commit comments

Comments
 (0)