Skip to content

Commit f858a70

Browse files
authored
Merge pull request #315 from rubambiza/ci/add-pr-verifier
CI: Add PR title verifier workflow
2 parents 2934cf0 + e5a5605 commit f858a70

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/pr-verifier.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: PR Verifier
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, synchronize, reopened]
6+
7+
permissions: {}
8+
9+
jobs:
10+
verify-pr-title:
11+
uses: kagenti/.github/.github/workflows/pr-verifier-required.yml@4e535f2436d167295d39d488ce5c44b5a2d49792

0 commit comments

Comments
 (0)