-
Notifications
You must be signed in to change notification settings - Fork 147
chore: archive unused auto-draft workflow #1374
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
chore: archive unused auto-draft workflow #1374
Conversation
|
[commit-verification-bot] To achieve verified status, please read: Remember, you require a GPG key and each commit must be signed with: Thank you for contributing! From the Hiero Python SDK Team |
3119a15 to
b182eca
Compare
exploreriii
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @kushagrakaushik
This is great!
Could you also add a changelog entry please as documented in the issue description?
|
Hi, this is WorkflowBot.
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1374 +/- ##
=======================================
Coverage 92.44% 92.44%
=======================================
Files 139 139
Lines 8528 8528
=======================================
Hits 7884 7884
Misses 644 644 🚀 New features to boost your workflow:
|
|
Hi, this is MergeConflictBot. Please resolve these conflicts locally and push the changes. To assist you, please read: Thank you for contributing! |
Signed-off-by: Kushagra Kaushik <[email protected]> Signed-off-by: Kushagra Kaushik <[email protected]>
Signed-off-by: Kushagra Kaushik <[email protected]>
|
Resolving the conflitcs in this case should be as simple as accepting both changes, you can use the online editor #1374 👍 |
Signed-off-by: Kushagra Kaushik <[email protected]>
42e5e16 to
6827559
Compare
📝 WalkthroughWalkthroughThe pull request archives an unused GitHub workflow by relocating it to an archived directory and adds a corresponding changelog entry documenting this action. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (2)
.github/workflows/archived/bot-pr-auto-draft-on-changes.ymlCHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Codacy Static Code Analysis
exploreriii
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!!!!!
Thank you so much and congratulations getting over those initial hurdles
Please let me know how we can make the process easier or more friendly.
|
Here are our open beginner issues if you'd like to try the next challenge: |
Archives the unused auto-draft workflow so it no longer runs as part of CI.
Fixes #1371