Skip to content

Commit

Permalink
Merge pull request #693 from Nordix/mquhuy/reuse-pr-verifier-wf-from-…
Browse files Browse the repository at this point in the history
…project-infra

🌱 Reuse PR verifier wf from project-infra
  • Loading branch information
metal3-io-bot authored Sep 23, 2024
2 parents 559eba3 + 944a180 commit ce1b21f
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 ce1b21f

Please sign in to comment.