Skip to content

Rename issue-title-prefix to title-prefix in estc detector workflow - #542

Merged
strawgate merged 6 commits into
mainfrom
copilot/fix-inconsistent-title-prefix
Mar 2, 2026
Merged

strawgate merged 6 commits into
mainfrom
copilot/fix-inconsistent-title-prefix

Conversation

Copilot AI commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

This PR aligns the ESTC resource-not-accessible detector with the existing title-prefix input convention used by other reusable workflows.

What changed

  • Workflow source: .github/workflows/gh-aw-estc-actions-resource-not-accessible-detector.md
    • Renamed input issue-title-prefixtitle-prefix
    • Updated all workflow references to use inputs.title-prefix
    • Updated prompt text that referenced the old input name
  • Compiled workflow: .github/workflows/gh-aw-estc-actions-resource-not-accessible-detector.lock.yml
    • Recompiled from the source workflow so generated content matches the rename (including generated metadata/placeholders and input references)
  • Workflow README: gh-agent-workflows/estc-actions-resource-not-accessible-detector/README.md
    • Updated the input table to document title-prefix

Compatibility note

This is a breaking input-name change for callers that currently pass issue-title-prefix; they must switch to title-prefix.
The provided example.yml does not set this input, so no example update was needed.

Generated by Update PR Body for issue #542

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>
Copilot AI changed the title [WIP] Fix inconsistent title-prefix input naming in estc detector workflow Rename issue-title-prefix to title-prefix in estc detector workflow Mar 2, 2026
@strawgate
strawgate marked this pull request as ready for review March 2, 2026 17:58
@coderabbitai

coderabbitai Bot commented Mar 2, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@strawgate has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 6 minutes and 59 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.

📥 Commits

Reviewing files that changed from the base of the PR and between c672a5d and f18a99f.

📒 Files selected for processing (3)
  • .github/workflows/gh-aw-estc-actions-resource-not-accessible-detector.lock.yml
  • .github/workflows/gh-aw-estc-actions-resource-not-accessible-detector.md
  • gh-agent-workflows/estc-actions-resource-not-accessible-detector/README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch copilot/fix-inconsistent-title-prefix

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

@strawgate

Copy link
Copy Markdown
Contributor

@copilot please recompile workflows

@strawgate

Copy link
Copy Markdown
Contributor

@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>

Copilot AI commented Mar 2, 2026

Copy link
Copy Markdown
Contributor Author

@copilot please recompile workflows

Recompiled workflows using make compile (gh-aw v0.51.6). The compiler-generated lock file correctly updates expression hashes, metadata, and all input references. Commit: e08e16e.

Copilot AI commented Mar 2, 2026

Copy link
Copy Markdown
Contributor Author

@copilot please recompile

Ran make compile with gh-aw v0.51.6 — no changes produced. The lock file from the previous recompile (e08e16e) is already in sync with the compiler output.

@strawgate
strawgate merged commit 066f4b3 into main Mar 2, 2026
2 checks passed
@strawgate
strawgate deleted the copilot/fix-inconsistent-title-prefix branch March 2, 2026 18:18
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.

[ux-design-patrol] Inconsistent title-prefix input naming in estc detector workflow

2 participants