Skip to content

Conversation

@stephenriolo
Copy link
Contributor

This pull request introduces a new GitHub Actions workflow to validate pull request titles and labels. The workflow ensures that PR titles follow a specific format and that required labels are present, improving consistency and automation in the review process.

New GitHub Actions Workflow for PR Validation:

  • Workflow Name: Added a new workflow named PR Title and Label Validation triggered on pull request events such as opened, edited, synchronize, and others. (.github/workflows/validate-pr.yml, .github/workflows/validate-pr.ymlR1-R66)
  • Title Validation: Ensures PR titles follow the format [ClickUp Task ID]: [emoji] [Task Name] and include a version number in the format x.xx. (.github/workflows/validate-pr.yml, .github/workflows/validate-pr.ymlR1-R66)
  • Label Validation: Checks for the presence of specific label categories:
    • Type: Requires one of feature, fix, refactor, or hotfix.
    • Version Introduced: Requires a version label in the format x.xx.
    • Stream/Team: Requires one of rewards, vector, or reliability. (.github/workflows/validate-pr.yml, .github/workflows/validate-pr.ymlR1-R66)

@stephenriolo stephenriolo requested a review from a team as a code owner July 11, 2025 12:58
@stephenriolo stephenriolo changed the title feat(pr-validations): added functionality to validate a pr with requi… [86c4em56j]: ⛩️ PR Title Validations Workflow Jul 11, 2025
@stephenriolo stephenriolo added enhancement New feature or request feature cloud 1.00 and removed enhancement New feature or request labels Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants