Skip to content

chore(ci): switch bot inactivity workflow to hl-sdk-py-lin-md runner#1957

Merged
exploreriii merged 4 commits intohiero-ledger:mainfrom
emanisaikumar01:fix-bot-runner
Mar 11, 2026
Merged

chore(ci): switch bot inactivity workflow to hl-sdk-py-lin-md runner#1957
exploreriii merged 4 commits intohiero-ledger:mainfrom
emanisaikumar01:fix-bot-runner

Conversation

@emanisaikumar01
Copy link
Contributor

This PR updates the runner used in the bot-inactivity-unassign workflow.

It replaces the GitHub-hosted runner ubuntu-latest with the repository's
self-hosted runner hl-sdk-py-lin-md, aligning it with other bot workflows
in the repository.

Changes:

  • Update runs-on: ubuntu-latestruns-on: hl-sdk-py-lin-md
  • Add corresponding entry in CHANGELOG.md

Fixes #1952

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 11, 2026

Note

Reviews paused

It 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 reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 0e69a8a6-3131-404d-9ecf-161067c083ea

📥 Commits

Reviewing files that changed from the base of the PR and between 4e365f5 and 1c6edc5.

📒 Files selected for processing (2)
  • .github/workflows/bot-inactivity-unassign.yml
  • CHANGELOG.md

Walkthrough

The PR changes the GitHub Actions workflow bot-inactivity-unassign to run on the self-hosted runner hl-sdk-py-lin-md instead of ubuntu-latest, and adds an Unreleased entry in CHANGELOG.md documenting that workflow runner update.

Changes

Cohort / File(s) Summary
Workflow Configuration
​.github/workflows/bot-inactivity-unassign.yml
Changed runs-on from ubuntu-latest to hl-sdk-py-lin-md. No other workflow steps or logic modified.
Changelog
CHANGELOG.md
Added an Unreleased changelog entry noting the workflow runner update; minor formatting whitespace added.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: switching the bot inactivity workflow runner from ubuntu-latest to hl-sdk-py-lin-md.
Description check ✅ Passed The description clearly explains the changes made, including the runner replacement and CHANGELOG.md update, relating directly to the changeset.
Linked Issues check ✅ Passed All requirements from issue #1952 are met: workflow runs-on value updated, minimal change approach followed, and CHANGELOG.md entry added as specified.
Out of Scope Changes check ✅ Passed Changes are limited to the two required modifications: updating the workflow runner and adding a CHANGELOG entry, with no extraneous alterations.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

📋 Issue Planner

Built with CodeRabbit's Coding Plans for faster development and fewer bugs.

View plan used: #1952

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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 info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: c8cf3fc4-d9a3-4673-9627-38fe53c1413a

📥 Commits

Reviewing files that changed from the base of the PR and between 8fa3dda and e5eb27a.

📒 Files selected for processing (2)
  • .github/workflows/bot-inactivity-unassign.yml
  • CHANGELOG.md

Copy link
Contributor

@exploreriii exploreriii left a comment

Choose a reason for hiding this comment

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

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 👍

@emanisaikumar01 emanisaikumar01 force-pushed the fix-bot-runner branch 2 times, most recently from cd42a63 to 4e365f5 Compare March 11, 2026 13:42
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>
@emanisaikumar01
Copy link
Contributor Author

Hi @exploreriii, I have now signed all commits with DCO and GPG and force-pushed the updated branch.
Could you please review again and let me know if anything else needs adjustment? Thanks!

@codecov
Copy link

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@exploreriii exploreriii merged commit 31094f0 into hiero-ledger:main Mar 11, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Good First Issue]: Update bot-inactivity-unassign workflow to use self hosted runner

2 participants