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 055e094 commit 6d5f1aaCopy full SHA for 6d5f1aa
.github/workflows/pr-title-lint.yml
@@ -20,8 +20,15 @@ on:
20
jobs:
21
lint:
22
runs-on: ubuntu-latest
23
+ permissions:
24
+ pull-requests: read
25
steps:
26
- uses: actions/checkout@v4
27
+
28
+ - name: Debug PR Title
29
+ run: echo "The PR title is: ${{github.event.pull_request.title}}"
30
31
- name: Install Dependencies
32
run: npm install @commitlint/config-conventional
33
34
- uses: JulienKode/pull-request-name-linter-action@v20.1.0
0 commit comments