chore(ci): switch bot inactivity workflow to hl-sdk-py-lin-md runner#1957
chore(ci): switch bot inactivity workflow to hl-sdk-py-lin-md runner#1957exploreriii merged 4 commits intohiero-ledger:mainfrom
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe PR changes the GitHub Actions workflow Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📋 Issue PlannerBuilt with CodeRabbit's Coding Plans for faster development and fewer bugs. View plan used: ✨ Finishing Touches🧪 Generate unit tests (beta)
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.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: c8cf3fc4-d9a3-4673-9627-38fe53c1413a
📒 Files selected for processing (2)
.github/workflows/bot-inactivity-unassign.ymlCHANGELOG.md
e5eb27a to
f4f3844
Compare
exploreriii
left a comment
There was a problem hiding this comment.
Hi @emanisaikumar01
All your commits must be signed with DCO and GPG, please review the issue description and take a look at the signing.md guide 👍
cd42a63 to
4e365f5
Compare
Signed-off-by: Emani Balakrishna Sai Kumar <emanisaikumar01@gmail.com>
Signed-off-by: Emani Balakrishna Sai Kumar <emanisaikumar01@gmail.com>
Signed-off-by: Emani Balakrishna Sai Kumar <emanisaikumar01@gmail.com>
Signed-off-by: Emani Balakrishna Sai Kumar <emanisaikumar01@gmail.com>
4e365f5 to
1c6edc5
Compare
|
Hi @exploreriii, I have now signed all commits with DCO and GPG and force-pushed the updated branch. |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1957 +/- ##
=======================================
Coverage 93.53% 93.53%
=======================================
Files 141 141
Lines 9146 9146
=======================================
Hits 8555 8555
Misses 591 591 🚀 New features to boost your workflow:
|
This PR updates the runner used in the bot-inactivity-unassign workflow.
It replaces the GitHub-hosted runner
ubuntu-latestwith the repository'sself-hosted runner
hl-sdk-py-lin-md, aligning it with other bot workflowsin the repository.
Changes:
runs-on: ubuntu-latest→runs-on: hl-sdk-py-lin-mdFixes #1952