Fix commitlint validation by ignoring non-compliant root commit#318
Open
Fix commitlint validation by ignoring non-compliant root commit#318
Conversation
- Remove Renovate automerge configuration for minor/patch updates - Remove ArgoCD Image Updater annotations from portfolio application - Remove ArgoCD Image Updater annotations from flask-watchlist application This ensures PRs are created but require manual review and approval before merging. Co-authored-by: fullstackjam <89696637+fullstackjam@users.noreply.github.com>
fullstackjam
approved these changes
Feb 17, 2026
Copilot
AI
changed the title
[WIP] Remove automatic PR and merge functionality
Disable automatic PR merge and container image updates
Feb 17, 2026
Convert commitlintrc from JSON to JS to support ignores function. Add ignore rule for "Initial plan" commit message that doesn't follow conventional format. Co-authored-by: fullstackjam <89696637+fullstackjam@users.noreply.github.com>
Copilot
AI
changed the title
Disable automatic PR merge and container image updates
Fix commitlint validation by ignoring non-compliant root commit
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The commit "Initial plan" (3b49dbb) lacks conventional commit format (
type: subject), causing CI validation failures. Force push unavailable due to existing remote history.Changes
.commitlintrc.jsonto.commitlintrc.js- enablesignoresfunction for programmatic filtering.commitlintrc.jsin commit-lint.yamlAll future commits remain subject to strict conventional commit validation.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.