Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PR title checker #10891

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

VaishnaviMudaliar
Copy link

@VaishnaviMudaliar VaishnaviMudaliar commented Jul 14, 2024

Created a new GitHub Action workflow (pr-title-check.yml) that verifies if pull request titles start with one of the specified prefixes: "feat:", "fix:", "test:", "chore:", "docs:". This ensures consistency and clarity in PR titles, helping to categorize changes effectively.

Fix #10692

Checks

  • The commit log is comprehensible. It follows 7 rules of great commit messages. We can fix this during merge by using a squash+merge if necessary
  • Has tests or has a separate issue that describes the types of test that should be created. If no test is included it should explicitly be mentioned in the PR why there is no test.

Created a new GitHub Action workflow (`pr-title-check.yml`) that verifies if pull request titles start with one of the specified prefixes: "feat:", "fix:", "test:", "chore:", "docs:". This ensures consistency and clarity in PR titles, helping to categorize changes effectively. The action uses JavaScript to validate titles and provides feedback if they do not meet the required format.
@VaishnaviMudaliar VaishnaviMudaliar changed the title Create pr-title-check.yml Added PR title checker Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consistent titles and descriptions of PRs
1 participant