We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eeca5f + 340aa05 commit 91b5399Copy full SHA for 91b5399
.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