Skip to content

Standardize issue-title-prefixtitle-prefix in scheduled-audit and scheduled-fix#439

Merged
strawgate merged 2 commits intomainfrom
copilot/standardize-issue-title-prefix
Feb 27, 2026
Merged

Standardize issue-title-prefixtitle-prefix in scheduled-audit and scheduled-fix#439
strawgate merged 2 commits intomainfrom
copilot/standardize-issue-title-prefix

Conversation

Copy link
Contributor

Copilot AI commented Feb 27, 2026

scheduled-audit and scheduled-fix used issue-title-prefix while the rest of the workflows use title-prefix; this standardizes both workflows to title-prefix.

What changed

  • Renamed the workflow input from issue-title-prefix to title-prefix in:
    • .github/workflows/gh-aw-scheduled-audit.md
    • .github/workflows/gh-aw-scheduled-fix.md
    • regenerated lock workflows:
      • .github/workflows/gh-aw-scheduled-audit.lock.yml
      • .github/workflows/gh-aw-scheduled-fix.lock.yml
  • Updated all related references in those workflows (concurrency groups, env vars, safe-output title-prefix config, and issue-search query templates).
  • Updated docs and usage examples:
    • gh-agent-workflows/scheduled-audit/README.md
    • gh-agent-workflows/scheduled-audit/example.yml
    • gh-agent-workflows/scheduled-fix/README.md
    • gh-agent-workflows/scheduled-fix/example.yml
  • Regenerated lock files via make compile.

Required caller change

jobs:
  run:
    uses: elastic/ai-github-actions/.github/workflows/gh-aw-scheduled-audit.lock.yml@v0
    with:
-      issue-title-prefix: "[my-audit]"
+      title-prefix: "[my-audit]"

Generated by Update PR Body for issue #439

… scheduled-fix workflows

Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
Copilot AI changed the title [WIP] Standardize issue title prefix vs title prefix Standardize issue-title-prefixtitle-prefix in scheduled-audit and scheduled-fix Feb 27, 2026
@strawgate strawgate marked this pull request as ready for review February 27, 2026 01:06
@coderabbitai
Copy link

coderabbitai bot commented Feb 27, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7c0ed60 and 0945921.

📒 Files selected for processing (8)
  • .github/workflows/gh-aw-scheduled-audit.lock.yml
  • .github/workflows/gh-aw-scheduled-audit.md
  • .github/workflows/gh-aw-scheduled-fix.lock.yml
  • .github/workflows/gh-aw-scheduled-fix.md
  • gh-agent-workflows/scheduled-audit/README.md
  • gh-agent-workflows/scheduled-audit/example.yml
  • gh-agent-workflows/scheduled-fix/README.md
  • gh-agent-workflows/scheduled-fix/example.yml

📝 Walkthrough

Walkthrough

This PR standardizes the naming of a workflow input parameter across GitHub Actions workflows and their documentation, renaming issue-title-prefix to title-prefix throughout all scheduled audit and fix workflow definitions and examples.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Definitions
.github/workflows/gh-aw-scheduled-audit.lock.yml, .github/workflows/gh-aw-scheduled-audit.md, .github/workflows/gh-aw-scheduled-fix.lock.yml, .github/workflows/gh-aw-scheduled-fix.md
Renamed workflow input from issue-title-prefix to title-prefix and updated all downstream references in concurrency groups, environment variables, safe-outputs configurations, and command substitutions.
Documentation and Example Files
gh-agent-workflows/scheduled-audit/README.md, gh-agent-workflows/scheduled-audit/example.yml, gh-agent-workflows/scheduled-fix/README.md, gh-agent-workflows/scheduled-fix/example.yml
Updated input parameter names and documentation tables to reflect the new title-prefix naming convention in workflow invocations and usage descriptions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • github-actions

Poem

🐰 A prefix by any other name would work just fine,
From issue-title to title, the standards align,
Through workflows and docs, the rename flows,
Consistency blooming wherever it goes! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch copilot/standardize-issue-title-prefix

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

@strawgate strawgate merged commit 3511a3c into main Feb 27, 2026
13 of 14 checks passed
@strawgate strawgate deleted the copilot/standardize-issue-title-prefix branch February 27, 2026 01:07
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.

Standardize issue-title-prefix vs title-prefix

2 participants