Skip to content

🐛 (go/v4) update gitignore template comments and fix some nit typo issues #3292

🐛 (go/v4) update gitignore template comments and fix some nit typo issues

🐛 (go/v4) update gitignore template comments and fix some nit typo issues #3292

Workflow file for this run

name: PR Verifier
on:
pull_request_target:
types: [opened, edited, reopened]
jobs:
verify:
name: Verify PR contents
runs-on: ubuntu-latest
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}