Skip to content

Commit

Permalink
Reuse PR verifier wf from project-infra
Browse files Browse the repository at this point in the history
Signed-off-by: Huy Mai <[email protected]>
  • Loading branch information
mquhuy committed Sep 23, 2024
1 parent 559eba3 commit 944a180
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/pr-verifier.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
name: PR Verifier

permissions: {}

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

permissions: {}

jobs:
verify:
runs-on: ubuntu-latest
name: verify PR contents

permissions:
checks: write

steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@012269a88fa4c034a0acf1ba84c26b195c0dbab4 # v0.4.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
uses: metal3-io/project-infra/.github/workflows/pr-verifier.yaml@main

0 comments on commit 944a180

Please sign in to comment.