Skip to content

chore: skip E2E tests on change-log generation#123

Closed
jvbriones wants to merge 1 commit into
mainfrom
chore-skip-tests-bot
Closed

chore: skip E2E tests on change-log generation#123
jvbriones wants to merge 1 commit into
mainfrom
chore-skip-tests-bot

Conversation

@jvbriones

@jvbriones jvbriones commented Sep 11, 2025

Copy link
Copy Markdown
Contributor

skip E2E tests on change-log generation

@metamaskbot metamaskbot added the team-qa team-qa label Sep 11, 2025
local commit_msg="update changelog for ${new_version} [skip-e2e]"
if [[ "${previous_version_ref,,}" == "null" ]]; then
commit_msg="${commit_msg} (hotfix - no test plan)"
commit_msg="${commit_msg} (hotfix - no test plan) [skip-e2e]"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Duplicate Skip Tags in Hotfix Messages

Hotfix release commit messages contain duplicate [skip-e2e] tags. The tag is included in the initial message assignment and then appended again when the hotfix-specific text is added.

Fix in Cursor Fix in Web

@jvbriones

Copy link
Copy Markdown
Contributor Author

actually this is not needed since we already have the logic in place to bypass the E2E tests for only doc related changes

@jvbriones jvbriones closed this Sep 11, 2025
@jvbriones jvbriones deleted the chore-skip-tests-bot branch February 24, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team-qa team-qa

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants