Skip to content

Commit

Permalink
Use PR verifier 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 19, 2024
1 parent 9a31187 commit 048917e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr-verify-action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: PR-verify-action

permissions:
checks: write

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

jobs:
verify:
name: verify PR contents
uses: Nordix/project-infra/.github/workflows/pr-verifier.yml@mquhuy/pr-verifier-workflow

0 comments on commit 048917e

Please sign in to comment.