We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a981d commit 9eab51eCopy full SHA for 9eab51e
.github/workflows/flow-pull-request-formatting.yaml
@@ -44,14 +44,14 @@ jobs:
44
title-check:
45
name: Title Check
46
runs-on: network-node-linux-medium
47
+ if: ${{ !github.event.pull_request.base.repo.fork }}
48
steps:
49
- name: Harden Runner
50
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
51
with:
52
egress-policy: audit
53
54
- name: Check PR Title
- if: ${{ !github.event.pull_request.base.repo.fork }}
55
uses: step-security/conventional-pr-title-action@0eae74515f5a79f8773fa04142dd746df76666ac # v1.0.0
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments