Skip to content

Conversation

cdoern
Copy link
Contributor

@cdoern cdoern commented Sep 30, 2025

What does this PR do?

if the PR title has ! or the footer of the commit has BREAKING CHANGE:, skip conformance. This is documented in the API leveling proposal

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Sep 30, 2025
@cdoern
Copy link
Contributor Author

cdoern commented Sep 30, 2025

this PR successfully skips the test since BREAKING CHANGE: is in the commit.

PR_TITLE="${{ github.event.pull_request.title }}"
# Skip if title contains "!" indicating breaking change (like "feat!:")
if [[ "$PR_TITLE" == *"!"* ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about testing for !: instead (colon after the bang) jsut to be a bit more specific?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

if the PR title has `!` or the footer of the commit has `BREAKING CHANGE:`, skip conformance. This is documented in the API leveling proposal

Signed-off-by: Charlie Doern <[email protected]>
@ashwinb ashwinb merged commit 4819a2e into llamastack:main Oct 1, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants