✨ Add a log msg to clarify a secret is required to deploy kai #187
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Title Check | |
on: | |
pull_request_target: | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
verify-pr: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: konveyor/release-tools/cmd/verify-pr@main | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} |