Skip to content

ci: remove PR title lint job from CI workflow and create separate workflow file#287

Merged
andre-stefanov merged 2 commits into
developfrom
ci/pr-title-lint-workflow
May 15, 2026
Merged

ci: remove PR title lint job from CI workflow and create separate workflow file#287
andre-stefanov merged 2 commits into
developfrom
ci/pr-title-lint-workflow

Conversation

@andre-stefanov
Copy link
Copy Markdown
Member

This pull request refactors the GitHub Actions workflow for pull request title linting. The job responsible for checking PR titles against the Conventional Commits standard has been moved from the main CI workflow to its own dedicated workflow file.

Workflow restructuring:

  • Removed the pr-title-lint job from .github/workflows/ci.yml to keep the main CI workflow focused on testing and simplify maintenance.
  • Created a new workflow file .github/workflows/pr-title-lint.yml that triggers on pull request events (opened, edited, reopened) and runs the PR title linting job using the amannn/action-semantic-pull-request action.

Copilot AI review requested due to automatic review settings May 15, 2026 09:15
@andre-stefanov andre-stefanov force-pushed the ci/pr-title-lint-workflow branch from 7c37a5c to 630fb6c Compare May 15, 2026 09:16
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR restructures GitHub Actions so the PR title Conventional Commits check runs in its own dedicated workflow rather than as a job inside the main CI workflow, keeping CI focused on tests/builds.

Changes:

  • Removed the pr-title-lint job from .github/workflows/ci.yml.
  • Added .github/workflows/pr-title-lint.yml to run amannn/action-semantic-pull-request@v6 on PR events.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/pr-title-lint.yml Introduces a standalone workflow for PR title linting.
.github/workflows/ci.yml Removes PR title linting from the main CI workflow so CI only runs unit tests/build matrix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/pr-title-lint.yml
@andre-stefanov andre-stefanov merged commit 488e281 into develop May 15, 2026
7 checks passed
@andre-stefanov andre-stefanov deleted the ci/pr-title-lint-workflow branch May 15, 2026 09:31
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.

2 participants