├── .github ├── dependabot.yml └── workflows │ ├── approve.yml │ └── pr.yml ├── CHANGELOG.md ├── README.md └── commit-msg /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hazcod/semantic-commit-hook/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/approve.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hazcod/semantic-commit-hook/HEAD/.github/workflows/approve.yml -------------------------------------------------------------------------------- /.github/workflows/pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hazcod/semantic-commit-hook/HEAD/.github/workflows/pr.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hazcod/semantic-commit-hook/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hazcod/semantic-commit-hook/HEAD/README.md -------------------------------------------------------------------------------- /commit-msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hazcod/semantic-commit-hook/HEAD/commit-msg --------------------------------------------------------------------------------