Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: search for dependabot[bot] in commit message rather than email #841

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

kpodsiad
Copy link
Member

I've merged 2 PR's, one using the merge option, the second one using the squash option.

PR merged by squash triggered pre-release workflow and it was unexpected. !contains(github.event.head_commit.message, 'dependabot[bot]') should prevent that.

In addition, I also added !contains(github.event.head_commit.message, '[skip-pre]') - I've already written this instead of [skip pre] once, there may be another tries :D

@kpodsiad kpodsiad merged commit e5e09b4 into scalameta:main Jan 21, 2022
@kpodsiad kpodsiad deleted the ci-skip-prerelease branch January 21, 2022 09:09
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.

None yet

2 participants