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

Feat: Add GitHub Actions workflow to validate PR titles #160

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

VINAYAK777CODER
Copy link
Contributor

@VINAYAK777CODER VINAYAK777CODER commented Oct 7, 2024

This pull request introduces a GitHub Actions workflow (pr-title-checker.yml) that automatically validates the titles of pull requests when they are opened, edited, reopened, or synchronized.

Maintaining a consistent format for PR titles is crucial for effective project management and code review processes. This workflow ensures that all PR titles adhere to our project's naming conventions, enhancing clarity and consistency across the repository. It eliminates the need for manual oversight by automating the validation process, helping contributors follow established naming conventions.

Validation Rules:

Titles must start with one of the following prefixes: Feat:, Fix:, Chore:, or Docs:
Followed by a space and a descriptive title.
If a title does not comply with these rules, the workflow will fail and provide feedback to the contributor.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to Our repository.🎊 Thank you so much for taking the time to point this out.

@1Shubham7
Copy link
Owner

please fix the description @VINAYAK777CODER

@1Shubham7 1Shubham7 merged commit 7817f23 into 1Shubham7:main Oct 7, 2024
1 check passed
@1Shubham7
Copy link
Owner

thanks for your contribution @VINAYAK777CODER

@1Shubham7 1Shubham7 added gssoc-ext Issues under GSSoC label will be counted for GSSoC'24 extended Level1 hacktoberfest hacktoberfest-accepted labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext Issues under GSSoC label will be counted for GSSoC'24 extended hacktoberfest hacktoberfest-accepted Level1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants