👷 Delete commit message check

pull/32/head
James Panther 2021-11-10 12:35:22 +11:00
parent 898609ff8e
commit 9380b7d872
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
name: Commit Messages
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
check-commit-message:
name: Check
runs-on: ubuntu-latest
steps:
- name: Check Gitmoji
uses: gsactions/commit-message-checker@v1
with:
pattern: ^[\u0020-\u007e\u00a0-\u00ff\u0152\u0153\u0178]+'
flags: "g"
error: "Commit messages must start with a Gitmoji character."
excludeDescription: "true"
excludeTitle: "true"
checkAllCommitMessages: "true"
accessToken: ${{ secrets.GITHUB_TOKEN }}