Conversation
…guard - Add body-aware field detection: bot now checks which specific bug template fields are missing (steps, logs, version) instead of posting a generic 'we need more info' comment - If all fields are filled, bot posts BUG_CLEAR_TEMPLATE (acknowledgment) - Add bot_has_commented() guard to prevent duplicate bot comments on issue_comment events - Remove auto-labels from issue templates (labels now set by bot only) - Add 5 new unit tests for field detection logic - All 190 tests passing
❌ Commit Message Validation FailedYour PR contains commits that don't follow the Conventional Commits format. Required FormatExamples✅ Allowed Types
Optional Scopes
How to FixOption 1: Amend last commit git commit --amend -m "feat(devices): add SSDP discovery"
git push --force-with-leaseOption 2: Interactive rebase (multiple commits) git rebase -i HEAD~3 # Last 3 commits
# Mark commits as "reword" in editor
# Update commit messages
git push --force-with-leaseNeed help? Check Conventional Commits Guide |
❌ Commit Message Validation FailedYour PR contains commits that don't follow the Conventional Commits format. Required FormatExamples✅ Allowed Types
Optional Scopes
How to FixOption 1: Amend last commit git commit --amend -m "feat(devices): add SSDP discovery"
git push --force-with-leaseOption 2: Interactive rebase (multiple commits) git rebase -i HEAD~3 # Last 3 commits
# Mark commits as "reword" in editor
# Update commit messages
git push --force-with-leaseNeed help? Check Conventional Commits Guide |
1 similar comment
❌ Commit Message Validation FailedYour PR contains commits that don't follow the Conventional Commits format. Required FormatExamples✅ Allowed Types
Optional Scopes
How to FixOption 1: Amend last commit git commit --amend -m "feat(devices): add SSDP discovery"
git push --force-with-leaseOption 2: Interactive rebase (multiple commits) git rebase -i HEAD~3 # Last 3 commits
# Mark commits as "reword" in editor
# Update commit messages
git push --force-with-leaseNeed help? Check Conventional Commits Guide |
|



No description provided.