-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Automatic CI tools #3855
Comments
We use CircleCi to build the |
Yes, GH actions are independent. Personally, I would choose Circle over Travis in commercial projects because of better features and better pricing (AFAIK). |
I think we could try github actions first since it's built-in. if it works well, we can also migrate it to travis and circle ci. Since these services are all built by docker, it shouldn't be hard to migrate. |
We could do a lot with GitHub actions. There was a great use case that I wanted to implement on GitHub actions for Saleor but I can't remember what it was. As of now GitHub Actions are in closed beta, I applied in October and still didn't have the chance to get my hand on it. So the idea of it seems kinda "dead" to me. Do you think Mirumee would gain access to it? Otherwise, we will only be able to go for external CIs until GitHub Actions is publicly available. |
Was playing with GH Actions and I don't like it.
Will prepare config for Circle. |
Actions can be used for issue/pr events handling. We could set up a bot to close old issues which are not updated since months or add welcome message for new contributors. |
For GraphQL:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Summary:
|
I would like to add few new tools to CI pipeline:
black
What do you think about using Github Actions? https://github.com/features/actions
Pros:
Cons:
The text was updated successfully, but these errors were encountered: