Skip to content

Commit

Permalink
Merge pull request #497 from DirectXMan12/infra/checking
Browse files Browse the repository at this point in the history
🌱 Add PR title/description checking
  • Loading branch information
k8s-ci-robot committed Oct 1, 2020
2 parents e81ea43 + f9d85d6 commit c07e41b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PR Verifier

on:
pull_request_target:
types: [opened, edited, reopened]

jobs:
verify:
runs-on: ubuntu-latest
name: verify PR contents
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@v0.1.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c07e41b

Please sign in to comment.