We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7da401 commit 7dbeddbCopy full SHA for 7dbeddb
1 file changed
.github/workflows/lint-pr.yml
@@ -15,12 +15,7 @@ concurrency:
15
jobs:
16
lint-pr:
17
name: Validate PR title against Conventional Commits
18
- runs-on: ubuntu-24.04
19
- timeout-minutes: 5
20
permissions:
21
contents: read
22
pull-requests: read
23
- steps:
24
- - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # pin v6.1.1
25
- env:
26
- GITHUB_TOKEN: ${{ github.token }}
+ uses: PostHog/.github/.github/workflows/semantic-pr-title.yml@926dd076f0c796f7531177ae5cfcf1cf7cf0aeb3
0 commit comments