👷 Delete commit message check

This commit is contained in:
James Panther
2021-11-10 12:35:22 +11:00
parent 898609ff8e
commit 9380b7d872
-24
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 }}