Skip to content

[PSM Interop] Use the Kokoro shared install lib from the new repo (v1.54.x backport) #684

[PSM Interop] Use the Kokoro shared install lib from the new repo (v1.54.x backport)

[PSM Interop] Use the Kokoro shared install lib from the new repo (v1.54.x backport) #684

Workflow file for this run

name: PR CheckTitle
on:
pull_request_target:
types: [opened, reopened, synchronized, edited, labeled, unlabeled]
permissions:
contents: read
jobs:
title-check:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.3.5
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: ".github/pr_title_checker_config.json"