Skip to content

Commit 6d5f1aa

Browse files
authored
Update pr-title-lint.yml
1 parent 055e094 commit 6d5f1aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,15 @@ on:
2020
jobs:
2121
lint:
2222
runs-on: ubuntu-latest
23+
permissions:
24+
pull-requests: read
2325
steps:
2426
- uses: actions/checkout@v4
27+
28+
- name: Debug PR Title
29+
run: echo "The PR title is: ${{github.event.pull_request.title}}"
30+
2531
- name: Install Dependencies
2632
run: npm install @commitlint/config-conventional
33+
2734
- uses: JulienKode/pull-request-name-linter-action@v20.1.0

0 commit comments

Comments
 (0)