Skip to content

Conversation

@mhitza
Copy link
Collaborator

@mhitza mhitza commented Nov 21, 2025

  • Breaking change: fix or feature that would cause existing functionality to not work as expected

Checklist

Copilot AI review requested due to automatic review settings November 21, 2025 22:39
@github-actions github-actions bot added chore general tasks or anything that doesn't fit the other commit types feat non-breaking change which adds new functionality labels Nov 21, 2025
@mhitza mhitza merged commit a825472 into main Nov 21, 2025
9 checks passed
@mhitza mhitza deleted the continue-on-error-on-message-failure-10709 branch November 21, 2025 22:40
Copy link

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 makes commit message validation checks non-blocking in GitHub Actions workflows by adding continue-on-error: true to validation steps. The changes update both the workflow templates used by repo-ansible and adjust trigger conditions for different workflow types to better match their purposes.

Key Changes:

  • Add continue-on-error: true to conventional commits and card number validation steps in the review workflow template
  • Adjust workflow triggers: remove edited from review workflow (commit checks), add edited to auto-label workflow (which checks PR descriptions)
  • Bump version from v0.20.5 to v0.22.0

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
templates/.github/workflows/10-review.yaml.j2 Adds continue-on-error: true to commit validation steps, making them non-blocking
repo.yaml Version bump to v0.22.0
.github/workflows/auto-label-pull-request.yaml Adds edited trigger type to re-label PRs when title/description changes
.github/workflows/10-review.yaml Removes edited trigger type (not needed for commit message validation)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore general tasks or anything that doesn't fit the other commit types feat non-breaking change which adds new functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant