Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add Pull Request Title Check (#21)
# Pull Request ## Description This change introduces a new GitHub Actions workflow for pull request checks. The workflow, named "Pull Request Checks," is triggered on various pull request events such as opening, editing, unlocking, labeling, synchronising, reopening, and when a pull request is ready for review. The workflow includes a single job that checks the pull request title using the `deepakputhraya/[email protected]` action. It enforces a specific format for PR titles by allowing only certain prefixes. The allowed prefixes include: - feat: - fix: - bug: - ci: - refactor: - docs: - build: - chore( - deps( - chore: - feat!: - fix!: - refactor!: - test: This standardisation of pull request titles will improve the consistency and clarity of the project's commit history and changelog. fixes #5
- Loading branch information