Skip to content

replace pull request target #131

replace pull request target

replace pull request target #131

Workflow file for this run

name: PR Verifier
on:
pull_request:
types: [opened, edited, reopened, synchronize]
permissions:
checks: write # Allow access to checks to write check runs.
checks-reason: to create and update checks #Checkout: https://github.com/kubernetes-sigs/kubebuilder-release-tools/blob/01981b8498d7b87658301e2a1b12c56b8c61067d/verify/pkg/action/plugin.go#L88

Check failure on line 9 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / PR Verifier

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 9, Col: 3): Unexpected value 'checks-reason' .github/workflows/main.yml (Line: 11, Col: 3): Unexpected value 'pull-requests-reason'
pull-requests: read
pull-requests-reason: to get PR title
jobs:
verify:
name: Verify PR contents
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Verifier action
uses: ./.github/actions/verifier
with:
github_token: ${{ secrets.GITHUB_TOKEN }}