Skip to content

Clarify pr-checks.yml workflow behavior - no changes needed#23

Draft
Copilot wants to merge 1 commit intomainfrom
copilot/sub-pr-4-another-one
Draft

Clarify pr-checks.yml workflow behavior - no changes needed#23
Copilot wants to merge 1 commit intomainfrom
copilot/sub-pr-4-another-one

Conversation

Copy link
Contributor

Copilot AI commented Feb 6, 2026

Review feedback suggested the PR validation workflow needed changes to handle non-conventional commit titles. Analysis shows the workflow already handles this correctly.

Current Behavior

The pr-checks.yml workflow (lines 19-20) treats conventional commits format violations as warnings, not errors:

if (!/^(feat|fix|docs|style|refactor|test|chore|perf|ci|build|revert)(\(.+\))?:/.test(pr.title)) {
  warnings.push('⚠️ PR title should follow conventional commits format');
}
  • PRs with non-conventional titles receive a warning comment
  • Workflow check passes (not blocked)
  • Only actual errors (title too short, missing description) fail the check

Resolution

No workflow changes required. The existing implementation already provides the permissive behavior needed. PR authors can optionally update titles to clear warnings (e.g., "docs: update README.md"), but this is not enforced.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI mentioned this pull request Feb 6, 2026
Copilot AI changed the title [WIP] WIP address feedback on README.md updates Clarify pr-checks.yml workflow behavior - no changes needed Feb 6, 2026
Copilot AI requested a review from groupthinking February 6, 2026 15:20
@groupthinking groupthinking requested review from Copilot and removed request for groupthinking February 6, 2026 16:50
Copy link
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.

Copilot wasn't able to review any files in this pull request.

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