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

Don't use merge commits in CI #1435

Open
kuznetsss opened this issue May 29, 2024 · 0 comments
Open

Don't use merge commits in CI #1435

kuznetsss opened this issue May 29, 2024 · 0 comments
Labels
ci CI related issues
Milestone

Comments

@kuznetsss
Copy link
Collaborator

Currently out CI uses checkout action with default settings and by default for PRs it creates merge commit after checkout.
Because of this hash of commit which is not in our repo goes into Clio version. To fix it we should setup checkout action to not do merge commit.
https://github.com/actions/checkout?tab=readme-ov-file#checkout-pull-request-head-commit-instead-of-merge-commit

@kuznetsss kuznetsss added enhancement New feature or request ci CI related issues and removed enhancement New feature or request labels May 29, 2024
@godexsoft godexsoft added this to the 2.3 milestone Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CI related issues
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants