Skip to content

Commit

Permalink
Chore: add proper release drafts (#334)
Browse files Browse the repository at this point in the history
* Chore: add proper release drafts

* change naming

* change naming
  • Loading branch information
TomerHeber committed Apr 19, 2022
1 parent d11049b commit a0c15b7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Validation"
on:
pull_request:
types:
- "opened"
- "edited"
- "reopened"
jobs:
check-commit-message:
name: "PR Title"
runs-on: ubuntu-20.04
timeout-minutes: 1
steps:
- name: Check Title
uses: gsactions/commit-message-checker@v1
with:
pattern: '^.*(Feat|Chore|Fix):.*$'
error: 'You need at least one of "Feat:|Chore:|Fix:" in PR title prefix.'
excludeDescription: true

0 comments on commit a0c15b7

Please sign in to comment.