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: create cyborg for all heavy GitHub integrated actions #3852

Merged
merged 6 commits into from
May 2, 2024
Merged

Conversation

tisonkun
Copy link
Contributor

@tisonkun tisonkun commented May 1, 2024

I hereby agree to the terms of the GreptimeDB CLA.

Refer to a related PR or issue link (optional)

What's changed and what's your intention?

Generally replace some bot-like automation in cyborg. This has the following advantages:

  1. Less external dependencies.
  2. Full featured actions/toolkit support, better integration with the GHA API.

This patch replace the unassign action with TS-written cyborg. Later I will replace doc-issue.yml, doc-label.yml and pr-title-checker.yml.

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.
  • This PR does not require documentation updates.

Signed-off-by: tison <wander4096@gmail.com>
@tisonkun tisonkun requested a review from a team as a code owner May 1, 2024 14:25
@github-actions github-actions bot added the docs-not-required This change does not impact docs. label May 1, 2024
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
@tisonkun
Copy link
Contributor Author

tisonkun commented May 1, 2024

Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.63%. Comparing base (65d47ba) to head (7a7dabc).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3852      +/-   ##
==========================================
+ Coverage   85.60%   85.63%   +0.02%     
==========================================
  Files         955      955              
  Lines      163262   163262              
==========================================
+ Hits       139758   139804      +46     
+ Misses      23504    23458      -46     

Signed-off-by: tison <wander4096@gmail.com>
Copy link
Contributor

@evenyag evenyag left a comment

Choose a reason for hiding this comment

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

CI Master👍

Copy link
Member

@waynexia waynexia left a comment

Choose a reason for hiding this comment

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

🚀

@waynexia waynexia added this pull request to the merge queue May 2, 2024
Merged via the queue into main with commit 2748cec May 2, 2024
24 checks passed
@waynexia waynexia deleted the cyborg-ts branch May 2, 2024 12:43
@tisonkun tisonkun mentioned this pull request May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-not-required This change does not impact docs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants