You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify dangerfile to focus on testing and flavor improvements
Remove inline suggestions functionality to focus this PR on:
- Improved flavor recognition and configuration
- Testing infrastructure additions
- Consolidating skip-changelog flavors
The inline suggestions feature will be implemented in a separate PR.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Please add an entry to \`${changelogFile}\` to the "Unreleased" section. Make sure the entry includes this PR's number.
@@ -147,14 +126,8 @@ Example:
147
126
\`\`\`
148
127
149
128
If none of the above apply, you can opt out of this check by adding \`#skip-changelog\` to the PR description or adding a \`skip-changelog\` label.`.trim(),
150
-
changelogFile
151
-
);
152
-
}
153
-
}catch(error){
154
-
console.log(`::debug:: Error reading changelog for suggestion: ${error.message}`);
155
-
// Fallback to original approach
156
-
fail("Please consider adding a changelog entry for the next release.",changelogFile);
0 commit comments