Skip to content

chore: archive workflows pull request target - #1916

Merged
manishdait merged 4 commits into
hiero-ledger:mainfrom
exploreriii:workflows
Mar 7, 2026
Merged

chore: archive workflows pull request target#1916
manishdait merged 4 commits into
hiero-ledger:mainfrom
exploreriii:workflows

Conversation

@exploreriii

Copy link
Copy Markdown
Contributor

Archives workflows using pull request target
Fixes #1915

Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
@github-actions

github-actions Bot commented Mar 6, 2026

Copy link
Copy Markdown
Hi @exploreriii, this is **LinkBot** 👋

🚨 This pull request is linked to issue(s), but you are not assigned to any of them.
If this remains unchanged, this pull request will be automatically closed.

Linked issue(s): #1915

Please get assigned to one of the linked issues and keep the link in this PR description.
Comment /assign on the issue to request assignment (works for all issue types).
Note: assignment for intermediate/advanced issues is not automatic.

📖 Guide:
docs/sdk_developers/how_to_link_issues.md

Thanks!

@exploreriii
exploreriii marked this pull request as ready for review March 6, 2026 21:02
@exploreriii
exploreriii requested review from a team as code owners March 6, 2026 21:02
@coderabbitai

coderabbitai Bot commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@exploreriii has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 22 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 547ea51c-48a3-4884-876b-ef7af56a72c0

📥 Commits

Reviewing files that changed from the base of the PR and between b6ec3db and 363b8eb.

📒 Files selected for processing (2)
  • .github/workflows/pr-check-test.yml
  • CHANGELOG.md

Walkthrough

A single line was added to CHANGELOG.md documenting the archival of PR reminder workflows that are no longer utilized, with minimal modification to existing content.

Changes

Cohort / File(s) Summary
Changelog Update
CHANGELOG.md
Added documentation in the .github section noting the archival of workflows related to PR reminders.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change—archiving workflows that use pull request target configuration.
Description check ✅ Passed The description is relevant to the changeset, mentioning archiving workflows and referencing the linked issue #1915.
Linked Issues check ✅ Passed The PR successfully implements the objective from issue #1915 by archiving workflows that use pull request target.
Out of Scope Changes check ✅ Passed The changes are limited to archiving workflows and updating the changelog, both directly related to the stated objective.
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.

✨ 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.

Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

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: 397a8e8f-bb66-43af-b05c-4fa6a1ac1871

📥 Commits

Reviewing files that changed from the base of the PR and between f620a85 and b6ec3db.

📒 Files selected for processing (8)
  • .github/workflows/archive/bot-merge-conflict.yml
  • .github/workflows/archive/bot-next-issue-recommendation.yml
  • .github/workflows/archive/bot-pr-draft-ready-reminder.yaml
  • .github/workflows/archive/bot-pr-linked-issue-not-assigned.yml
  • .github/workflows/archive/bot-pr-missing-linked-issue.yml
  • .github/workflows/archive/bot-verified-commits.yml
  • .github/workflows/archive/pr-check-title.yml
  • CHANGELOG.md

Comment thread CHANGELOG.md
MonaaEid
MonaaEid previously approved these changes Mar 6, 2026
@exploreriii
exploreriii requested a review from manishdait March 6, 2026 21:16
@github-actions

github-actions Bot commented Mar 6, 2026

Copy link
Copy Markdown

Hi, this is MergeConflictBot.
Your pull request cannot be merged because it contains merge conflicts.

Please resolve these conflicts locally and push the changes.

Quick Fix for CHANGELOG.md Conflicts

If your conflict is only in CHANGELOG.md, you can resolve it easily using the GitHub web editor:

  1. Click on the "Resolve conflicts" button in the PR
  2. Accept both changes (keep both changelog entries)
  3. Click "Mark as resolved"
  4. Commit the merge

For all other merge conflicts, please read:

Thank you for contributing!

Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
@exploreriii
exploreriii dismissed stale reviews from MonaaEid and AntonioCeppellini via 1e3ef1b March 6, 2026 21:18
MonaaEid
MonaaEid previously approved these changes Mar 6, 2026
@codecov

codecov Bot commented Mar 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1916   +/-   ##
=======================================
  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.

Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
@exploreriii exploreriii added the reviewer: maintainer PR needs a review from the maintainer team label Mar 6, 2026
@manishdait manishdait added status: awaiting merge and removed reviewer: maintainer PR needs a review from the maintainer team labels Mar 7, 2026
@manishdait
manishdait merged commit 4eb60e1 into hiero-ledger:main Mar 7, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Archive workflows no longer used

6 participants