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

Fix 'Update template' GitHub Actions workflow #423

Closed
dreadatour opened this issue Sep 11, 2024 · 1 comment
Closed

Fix 'Update template' GitHub Actions workflow #423

dreadatour opened this issue Sep 11, 2024 · 1 comment
Assignees

Comments

@dreadatour
Copy link
Contributor

"Update template" GitHub Actions workflow seems to be broken.

This happens on Aug 15, when we merge this commit from renovate bot into py-template repo, but in datachain repo there was already some changes from pre-commit-ci bot in .pre-commit-config.yaml, for example, this update.

"Update template" action starts failing because git can not merge those changes with default merge strategy without resolving conflicts by hand.

For proper fix we need to merge this PR: iterative/py-template#139 and manually update commit in .cruft.json.

We also may want to exclude .pre-commit-config.yaml file from pre-commit-ci bot and stick to versions in py-template repo only.

@dreadatour dreadatour self-assigned this Sep 11, 2024
@dreadatour
Copy link
Contributor Author

Closing this since we have decided to disable "Update template" workflow. Thanks, @skshetry 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant