Skip to content

ci: fix cargo-semver-checks not running - #18

Merged
ciffelia merged 1 commit into
mainfrom
fix-semver-checks
Jun 9, 2026
Merged

ci: fix cargo-semver-checks not running#18
ciffelia merged 1 commit into
mainfrom
fix-semver-checks

Conversation

@ciffelia

@ciffelia ciffelia commented Jun 9, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings June 9, 2026 23:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR adjusts the CI workflow’s check-semver job, which runs cargo-semver-checks, with the apparent goal of changing how that check impacts overall CI results.

Changes:

  • Removes the with: release-type: major configuration from the cargo-semver-checks action step.
  • Marks the cargo-semver-checks step as non-blocking via continue-on-error: true.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yaml
uses: obi1kenobi/cargo-semver-checks-action@6b69fcf40e9b5fb17adeb57e4b6ecd020649a239 # v2.9
with:
release-type: major
continue-on-error: true
@ciffelia
ciffelia merged commit c4efe13 into main Jun 9, 2026
17 checks passed
@ciffelia
ciffelia deleted the fix-semver-checks branch June 9, 2026 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants