We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81a351a + f30513e commit 4b9ba28Copy full SHA for 4b9ba28
1 file changed
.github/workflows/pr-check-title.yml
@@ -1,13 +1,13 @@
1
# Workflow to check PR titles follow conventional commit format
2
# and provide automated guidance when titles are invalid
3
4
-name: 'PR Formatting'
+name: "PR Formatting"
5
6
on:
7
workflow_dispatch:
8
inputs:
9
dry_run:
10
- description: 'Run without posting comments'
+ description: "Run without posting comments"
11
type: boolean
12
default: true
13
pull_request_target:
@@ -34,7 +34,6 @@ jobs:
34
title-check:
35
name: Title Check
36
runs-on: ubuntu-latest
37
- if: ${{ !github.event.pull_request.base.repo.fork }}
38
permissions:
39
checks: write
40
statuses: write
0 commit comments