Skip to content

Commit

Permalink
Merge pull request #2962 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2961-to-release-0.19

[release-0.19] 🌱 pr-verify: use env var for passing the PR title
  • Loading branch information
k8s-ci-robot authored Sep 27, 2024
2 parents 22d9eab + b400366 commit d32b491
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7

- name: Check if PR title is valid
run: |
./hack/verify-pr-title.sh "${{ github.event.pull_request.title }}"
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
./hack/verify-pr-title.sh "${{ github.event.pull_request.title }}"

0 comments on commit d32b491

Please sign in to comment.