We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eeca5f commit 340aa05Copy full SHA for 340aa05
.github/workflows/conventional-commits-PR-title.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
lint-pr:
11
name: Lint pull request title
12
+ if: github.event.pull_request.head.repo.full_name == github.repository
13
runs-on: ubuntu-latest
14
steps:
15
- name: Lint pull request title
0 commit comments