Skip to content

Conversation

@jiexi
Copy link
Contributor

@jiexi jiexi commented Oct 27, 2025

Loosens the is-release CI job branch name check


Note

Removes the commit prefix filter from the is-release GitHub Actions job to relax release detection on push.

  • CI:
    • is-release job: Remove with.commit-starts-with: 'Release [version]' from MetaMask/action-is-release@v1 in .github/workflows/main.yml, loosening release commit detection.

Written by Cursor Bugbot for commit e0fc4e3. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Bug: CI Status Misleading by Job Dependency

The all-jobs-pass job only depends on lint-build-test, allowing it to succeed even if publish-release fails. This results in a misleading CI status, as the workflow can appear successful despite a critical failure.

.github/workflows/main.yml#L47-L48

SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Fix in Cursor Fix in Web


@adonesky1 adonesky1 merged commit 56cb1c4 into main Oct 27, 2025
11 checks passed
@adonesky1 adonesky1 deleted the jl/loosen-is-release-branch-name branch October 27, 2025 20:24
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.

3 participants