Sync all configuration options across files#19
Open
janhoy wants to merge 2 commits intosolrbot:mainfrom
Open
Conversation
…g.py Updated README.md to document all 28 configuration options consistently: Changes: - Fixed claude-model default: claude-3-5-sonnet-20241022 → claude-opus-4-1-20250805 - Added missing-entry-message and skip-changelog-labels to Common Inputs - Added new "Legacy Changelog Support" section (5 options): - legacy-changelog-paths - on-legacy-entry - on-legacy-and-logchange - legacy-entry-message - legacy-conflict-message - Added new "Validation Messages & Behavior" section (2 options): - validation-fail-message - validation-fail-workflow - Added new "Testing & Debugging" section (1 option): - dry-run All configuration options are now synced across README.md, action.yml, and config.py 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
The term "legacy" was misleading as it should apply to both: 1. Old legacy changelog files (e.g., CHANGELOG.md) 2. Auto-generated changelog files from other systems Both should NOT be manually edited. The term "managed" better describes files that are managed by something other than user manual entry. Changes: - Renamed file: legacy_changelog_handler.py → managed_changelog_handler.py - Renamed class: LegacyChangelogHandler → ManagedChangelogHandler - Renamed all configuration options: * legacy-changelog-paths → managed-changelog-paths * on-legacy-entry → on-managed-entry * on-legacy-and-logchange → on-managed-and-logchange * legacy-entry-message → managed-entry-message * legacy-conflict-message → managed-conflict-message - Renamed all outputs: * legacy-entry-found → managed-entry-found * legacy-converted → managed-converted * legacy-conflict → managed-conflict - Renamed all methods: find_legacy_* → find_managed_*, etc. - Updated all variables: legacy_* → managed_* - Updated all documentation and comments - Updated all tests All 84 tests pass. No breaking changes to functionality, only terminology. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
|
✨ I've generated a changelog entry for you! Here's the suggested entry for title: Rename legacy changelog options to managed changelog
type: changedTo use this:
|
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.
No description provided.