Rename issue-title-prefix to title-prefix in estc detector workflow - #542
Conversation
Aligns the input naming with the established convention used across all other workflows (scheduled-audit, scheduled-fix, gemini-cli, etc.). Updates the workflow source .md, compiled .lock.yml, and README docs. Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
issue-title-prefix to title-prefix in estc detector workflow
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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. 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@copilot please recompile workflows |
|
@copilot please recompile |
Replaces the manually-edited lock.yml with a proper compiler-generated output. The compiler correctly updates expression hashes, metadata, and all input references from issue-title-prefix to title-prefix. Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
Recompiled workflows using |
Ran |
This PR aligns the ESTC resource-not-accessible detector with the existing
title-prefixinput convention used by other reusable workflows.What changed
.github/workflows/gh-aw-estc-actions-resource-not-accessible-detector.mdissue-title-prefix→title-prefixinputs.title-prefix.github/workflows/gh-aw-estc-actions-resource-not-accessible-detector.lock.ymlgh-agent-workflows/estc-actions-resource-not-accessible-detector/README.mdtitle-prefixCompatibility note
This is a breaking input-name change for callers that currently pass
issue-title-prefix; they must switch totitle-prefix.The provided
example.ymldoes not set this input, so no example update was needed.