Skip to content

Commit

Permalink
Adding PR title verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
adilGhaffarDev committed Nov 2, 2023
1 parent f210bc9 commit 9af1ea1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr-verifier.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PR Verifier

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

permissions:
checks: write

jobs:
verify:
runs-on: ubuntu-latest
name: verify PR contents
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@e389278c2051863fb39b8de00159c8d7fac760ea # v0.4.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ releasenotes
# goland
.idea

# Common editor / temporary files
*~
*.tmp
.DS_Store

bin/*
hack/tools/bin/*
examples/_out/*
Expand Down

0 comments on commit 9af1ea1

Please sign in to comment.