From db2fe2a8e7ada698faa7793bcbe316ac703943ab Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 02:31:23 +0000 Subject: [PATCH 1/3] Initial plan From af3ccad817b4e32fafd037be49db75e7157e4bb5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 02:40:39 +0000 Subject: [PATCH 2/3] Standardize workflow names and descriptions in lock files and source .md files Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com> --- .../workflows/gh-aw-agent-efficiency.lock.yml | 18 +++++++------- .../gh-aw-agent-suggestions.lock.yml | 18 +++++++------- .../gh-aw-breaking-change-detect.lock.yml | 18 +++++++------- .github/workflows/gh-aw-bug-hunter.lock.yml | 18 +++++++------- .../gh-aw-docs-drift-external.lock.yml | 18 +++++++------- .github/workflows/gh-aw-docs-drift.lock.yml | 18 +++++++------- ...s-new-contributor-review-external.lock.yml | 18 +++++++------- ...gh-aw-docs-new-contributor-review.lock.yml | 18 +++++++------- .../workflows/gh-aw-docs-pr-review.lock.yml | 18 +++++++------- .../gh-aw-downstream-health.lock.yml | 18 +++++++------- .../workflows/gh-aw-downstream-users.lock.yml | 20 ++++++++-------- .../gh-aw-flaky-test-triage.lock.yml | 18 +++++++------- .../workflows/gh-aw-issue-triage-pr.lock.yml | 20 ++++++++-------- .github/workflows/gh-aw-issue-triage.lock.yml | 18 +++++++------- .../workflows/gh-aw-mention-in-issue.lock.yml | 24 +++++++++---------- .github/workflows/gh-aw-mention-in-issue.md | 2 +- .../workflows/gh-aw-mention-in-pr.lock.yml | 22 ++++++++--------- .github/workflows/gh-aw-mention-in-pr.md | 2 +- .../gh-aw-performance-profiler.lock.yml | 18 +++++++------- .github/workflows/gh-aw-pr-ci-fixer.lock.yml | 4 ++-- .github/workflows/gh-aw-pr-ci-fixer.md | 2 +- .github/workflows/gh-aw-pr-review.lock.yml | 18 +++++++------- .../workflows/gh-aw-project-summary.lock.yml | 18 +++++++------- ...h-aw-semantic-function-clustering.lock.yml | 18 +++++++------- .github/workflows/gh-aw-stale-issues.lock.yml | 18 +++++++------- .../workflows/gh-aw-test-improvement.lock.yml | 20 ++++++++-------- .../workflows/gh-aw-update-pr-body.lock.yml | 22 ++++++++--------- .github/workflows/gh-aw-update-pr-body.md | 2 +- .../workflows/gh-aw-upgrade-check.lock.yml | 18 +++++++------- .../workflows/gh-aw-workflow-drift.lock.yml | 18 +++++++------- 30 files changed, 241 insertions(+), 241 deletions(-) diff --git a/.github/workflows/gh-aw-agent-efficiency.lock.yml b/.github/workflows/gh-aw-agent-efficiency.lock.yml index 831a6524..6ca1be71 100644 --- a/.github/workflows/gh-aw-agent-efficiency.lock.yml +++ b/.github/workflows/gh-aw-agent-efficiency.lock.yml @@ -36,7 +36,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"028a797da1f8a35af3948d0d27a23e40eedc2acb6aff71c11f7b9db5e09cfb56"} -name: "Gh Aw Agent Efficiency" +name: "Agent Efficiency" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -76,7 +76,7 @@ concurrency: cancel-in-progress: true group: agent-efficiency -run-name: "Gh Aw Agent Efficiency" +run-name: "Agent Efficiency" jobs: activation: @@ -686,7 +686,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Agent Efficiency", + workflow_name: "Agent Efficiency", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1244,7 +1244,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Agent Efficiency" + GH_AW_WORKFLOW_NAME: "Agent Efficiency" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1257,7 +1257,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Agent Efficiency" + GH_AW_WORKFLOW_NAME: "Agent Efficiency" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1270,7 +1270,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Agent Efficiency" + GH_AW_WORKFLOW_NAME: "Agent Efficiency" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-agent-efficiency" @@ -1290,7 +1290,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Agent Efficiency" + GH_AW_WORKFLOW_NAME: "Agent Efficiency" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1338,7 +1338,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Agent Efficiency" + WORKFLOW_NAME: "Agent Efficiency" WORKFLOW_DESCRIPTION: "Analyze agent workflow logs for inefficiencies, errors, and prompt improvement opportunities" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1441,7 +1441,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-agent-efficiency" - GH_AW_WORKFLOW_NAME: "Gh Aw Agent Efficiency" + GH_AW_WORKFLOW_NAME: "Agent Efficiency" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-agent-suggestions.lock.yml b/.github/workflows/gh-aw-agent-suggestions.lock.yml index 843d45c6..ca35ea60 100644 --- a/.github/workflows/gh-aw-agent-suggestions.lock.yml +++ b/.github/workflows/gh-aw-agent-suggestions.lock.yml @@ -36,7 +36,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"98ef6b4ef3cf9e68d5dc6995bcc5ec370132e76eb1fa9a2b059d2802cd61d096"} -name: "Gh Aw Agent Suggestions" +name: "Agent Suggestions" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -76,7 +76,7 @@ concurrency: cancel-in-progress: true group: agent-suggestions -run-name: "Gh Aw Agent Suggestions" +run-name: "Agent Suggestions" jobs: activation: @@ -617,7 +617,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Agent Suggestions", + workflow_name: "Agent Suggestions", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1175,7 +1175,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Agent Suggestions" + GH_AW_WORKFLOW_NAME: "Agent Suggestions" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1188,7 +1188,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Agent Suggestions" + GH_AW_WORKFLOW_NAME: "Agent Suggestions" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1201,7 +1201,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Agent Suggestions" + GH_AW_WORKFLOW_NAME: "Agent Suggestions" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-agent-suggestions" @@ -1221,7 +1221,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Agent Suggestions" + GH_AW_WORKFLOW_NAME: "Agent Suggestions" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1269,7 +1269,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Agent Suggestions" + WORKFLOW_NAME: "Agent Suggestions" WORKFLOW_DESCRIPTION: "Suggest new agent workflows based on repo needs and downstream activity" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1372,7 +1372,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-agent-suggestions" - GH_AW_WORKFLOW_NAME: "Gh Aw Agent Suggestions" + GH_AW_WORKFLOW_NAME: "Agent Suggestions" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-breaking-change-detect.lock.yml b/.github/workflows/gh-aw-breaking-change-detect.lock.yml index 1dcb3cfc..1196e5c6 100644 --- a/.github/workflows/gh-aw-breaking-change-detect.lock.yml +++ b/.github/workflows/gh-aw-breaking-change-detect.lock.yml @@ -37,7 +37,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"a57a60deaa0167e41dbef34465b9ce06b440e38526dd91d0856cdfecb84485db"} -name: "Gh Aw Breaking Change Detect" +name: "Breaking Change Detect" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -77,7 +77,7 @@ concurrency: cancel-in-progress: true group: breaking-change-detect -run-name: "Gh Aw Breaking Change Detect" +run-name: "Breaking Change Detect" jobs: activation: @@ -630,7 +630,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Breaking Change Detect", + workflow_name: "Breaking Change Detect", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1188,7 +1188,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Breaking Change Detect" + GH_AW_WORKFLOW_NAME: "Breaking Change Detect" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1201,7 +1201,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Breaking Change Detect" + GH_AW_WORKFLOW_NAME: "Breaking Change Detect" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1214,7 +1214,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Breaking Change Detect" + GH_AW_WORKFLOW_NAME: "Breaking Change Detect" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-breaking-change-detect" @@ -1234,7 +1234,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Breaking Change Detect" + GH_AW_WORKFLOW_NAME: "Breaking Change Detect" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1282,7 +1282,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Breaking Change Detect" + WORKFLOW_NAME: "Breaking Change Detect" WORKFLOW_DESCRIPTION: "Detect undocumented breaking changes in public interfaces" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1385,7 +1385,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-breaking-change-detect" - GH_AW_WORKFLOW_NAME: "Gh Aw Breaking Change Detect" + GH_AW_WORKFLOW_NAME: "Breaking Change Detect" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-bug-hunter.lock.yml b/.github/workflows/gh-aw-bug-hunter.lock.yml index ae871f4e..f548be25 100644 --- a/.github/workflows/gh-aw-bug-hunter.lock.yml +++ b/.github/workflows/gh-aw-bug-hunter.lock.yml @@ -37,7 +37,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"e533fe17fbb50698bcc608f61942f52470d41af8ab0fefe16e7345ab81fb5ea5"} -name: "Gh Aw Bug Hunter" +name: "Bug Hunter" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -77,7 +77,7 @@ concurrency: cancel-in-progress: true group: bug-hunter -run-name: "Gh Aw Bug Hunter" +run-name: "Bug Hunter" jobs: activation: @@ -628,7 +628,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Bug Hunter", + workflow_name: "Bug Hunter", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1186,7 +1186,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Bug Hunter" + GH_AW_WORKFLOW_NAME: "Bug Hunter" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1199,7 +1199,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Bug Hunter" + GH_AW_WORKFLOW_NAME: "Bug Hunter" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1212,7 +1212,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Bug Hunter" + GH_AW_WORKFLOW_NAME: "Bug Hunter" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-bug-hunter" @@ -1232,7 +1232,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Bug Hunter" + GH_AW_WORKFLOW_NAME: "Bug Hunter" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1280,7 +1280,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Bug Hunter" + WORKFLOW_NAME: "Bug Hunter" WORKFLOW_DESCRIPTION: "Find a reproducible, user-impacting bug and file a report issue" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1383,7 +1383,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-bug-hunter" - GH_AW_WORKFLOW_NAME: "Gh Aw Bug Hunter" + GH_AW_WORKFLOW_NAME: "Bug Hunter" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-docs-drift-external.lock.yml b/.github/workflows/gh-aw-docs-drift-external.lock.yml index 2a5ba739..d1752a2f 100644 --- a/.github/workflows/gh-aw-docs-drift-external.lock.yml +++ b/.github/workflows/gh-aw-docs-drift-external.lock.yml @@ -37,7 +37,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"8ef375c6e85b41a82b1758bffb9df2bd3871b319dc1349a840b28c6ac99e47cc"} -name: "Gh Aw Docs Drift External" +name: "Docs Drift External" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -82,7 +82,7 @@ concurrency: cancel-in-progress: true group: docs-drift-external -run-name: "Gh Aw Docs Drift External" +run-name: "Docs Drift External" jobs: activation: @@ -661,7 +661,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Docs Drift External", + workflow_name: "Docs Drift External", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1229,7 +1229,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Docs Drift External" + GH_AW_WORKFLOW_NAME: "Docs Drift External" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1242,7 +1242,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs Drift External" + GH_AW_WORKFLOW_NAME: "Docs Drift External" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1255,7 +1255,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs Drift External" + GH_AW_WORKFLOW_NAME: "Docs Drift External" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-docs-drift-external" @@ -1275,7 +1275,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs Drift External" + GH_AW_WORKFLOW_NAME: "Docs Drift External" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1323,7 +1323,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Docs Drift External" + WORKFLOW_NAME: "Docs Drift External" WORKFLOW_DESCRIPTION: "Detect code changes that require updates to published Elastic documentation" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1426,7 +1426,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-docs-drift-external" - GH_AW_WORKFLOW_NAME: "Gh Aw Docs Drift External" + GH_AW_WORKFLOW_NAME: "Docs Drift External" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-docs-drift.lock.yml b/.github/workflows/gh-aw-docs-drift.lock.yml index c5d8ab1c..da977f78 100644 --- a/.github/workflows/gh-aw-docs-drift.lock.yml +++ b/.github/workflows/gh-aw-docs-drift.lock.yml @@ -37,7 +37,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"85aeadc91a83723b5599e12d5118cdd9376e927626e68a088e4b7bdb72a3ef82"} -name: "Gh Aw Docs Drift" +name: "Docs Drift" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -82,7 +82,7 @@ concurrency: cancel-in-progress: true group: docs-drift -run-name: "Gh Aw Docs Drift" +run-name: "Docs Drift" jobs: activation: @@ -636,7 +636,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Docs Drift", + workflow_name: "Docs Drift", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1194,7 +1194,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Docs Drift" + GH_AW_WORKFLOW_NAME: "Docs Drift" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1207,7 +1207,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs Drift" + GH_AW_WORKFLOW_NAME: "Docs Drift" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1220,7 +1220,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs Drift" + GH_AW_WORKFLOW_NAME: "Docs Drift" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-docs-drift" @@ -1240,7 +1240,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs Drift" + GH_AW_WORKFLOW_NAME: "Docs Drift" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1288,7 +1288,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Docs Drift" + WORKFLOW_NAME: "Docs Drift" WORKFLOW_DESCRIPTION: "Detect code changes that require documentation updates and file issues" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1391,7 +1391,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-docs-drift" - GH_AW_WORKFLOW_NAME: "Gh Aw Docs Drift" + GH_AW_WORKFLOW_NAME: "Docs Drift" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-docs-new-contributor-review-external.lock.yml b/.github/workflows/gh-aw-docs-new-contributor-review-external.lock.yml index 052e1253..7addba67 100644 --- a/.github/workflows/gh-aw-docs-new-contributor-review-external.lock.yml +++ b/.github/workflows/gh-aw-docs-new-contributor-review-external.lock.yml @@ -36,7 +36,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"f677a1355b67dcd8d6f94287515662715e79ae33280e91406ce6c7976c6c97f7"} -name: "Gh Aw Docs New Contributor Review External" +name: "Docs New Contributor Review External" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -76,7 +76,7 @@ concurrency: cancel-in-progress: true group: docs-new-contributor-review-external -run-name: "Gh Aw Docs New Contributor Review External" +run-name: "Docs New Contributor Review External" jobs: activation: @@ -604,7 +604,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Docs New Contributor Review External", + workflow_name: "Docs New Contributor Review External", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1171,7 +1171,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Docs New Contributor Review External" + GH_AW_WORKFLOW_NAME: "Docs New Contributor Review External" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1184,7 +1184,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs New Contributor Review External" + GH_AW_WORKFLOW_NAME: "Docs New Contributor Review External" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1197,7 +1197,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs New Contributor Review External" + GH_AW_WORKFLOW_NAME: "Docs New Contributor Review External" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-docs-new-contributor-review-external" @@ -1217,7 +1217,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs New Contributor Review External" + GH_AW_WORKFLOW_NAME: "Docs New Contributor Review External" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1265,7 +1265,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Docs New Contributor Review External" + WORKFLOW_NAME: "Docs New Contributor Review External" WORKFLOW_DESCRIPTION: "Review docs from a new contributor perspective, cross-referencing published Elastic documentation" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1368,7 +1368,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-docs-new-contributor-review-external" - GH_AW_WORKFLOW_NAME: "Gh Aw Docs New Contributor Review External" + GH_AW_WORKFLOW_NAME: "Docs New Contributor Review External" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-docs-new-contributor-review.lock.yml b/.github/workflows/gh-aw-docs-new-contributor-review.lock.yml index 202998b9..fd909962 100644 --- a/.github/workflows/gh-aw-docs-new-contributor-review.lock.yml +++ b/.github/workflows/gh-aw-docs-new-contributor-review.lock.yml @@ -36,7 +36,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"bd2345fd6aec010cdcc4eb7d9142bdb8a9a843eeedb0f1211a88f5d5f6cb26b4"} -name: "Gh Aw Docs New Contributor Review" +name: "Docs New Contributor Review" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -76,7 +76,7 @@ concurrency: cancel-in-progress: true group: docs-new-contributor-review -run-name: "Gh Aw Docs New Contributor Review" +run-name: "Docs New Contributor Review" jobs: activation: @@ -596,7 +596,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Docs New Contributor Review", + workflow_name: "Docs New Contributor Review", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1154,7 +1154,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Docs New Contributor Review" + GH_AW_WORKFLOW_NAME: "Docs New Contributor Review" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1167,7 +1167,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs New Contributor Review" + GH_AW_WORKFLOW_NAME: "Docs New Contributor Review" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1180,7 +1180,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs New Contributor Review" + GH_AW_WORKFLOW_NAME: "Docs New Contributor Review" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-docs-new-contributor-review" @@ -1200,7 +1200,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Docs New Contributor Review" + GH_AW_WORKFLOW_NAME: "Docs New Contributor Review" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1248,7 +1248,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Docs New Contributor Review" + WORKFLOW_NAME: "Docs New Contributor Review" WORKFLOW_DESCRIPTION: "Review docs from a new contributor perspective and file high-impact issues" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1351,7 +1351,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-docs-new-contributor-review" - GH_AW_WORKFLOW_NAME: "Gh Aw Docs New Contributor Review" + GH_AW_WORKFLOW_NAME: "Docs New Contributor Review" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-docs-pr-review.lock.yml b/.github/workflows/gh-aw-docs-pr-review.lock.yml index f9fdb7c7..d8d823f4 100644 --- a/.github/workflows/gh-aw-docs-pr-review.lock.yml +++ b/.github/workflows/gh-aw-docs-pr-review.lock.yml @@ -36,7 +36,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"efaa1c3579a71641abe63278a283d158bdf2318ec422fa50c7d56ed1a7b08eab"} -name: "Docs PR Review Agent" +name: "Docs PR Review" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -86,7 +86,7 @@ concurrency: cancel-in-progress: true group: docs-pr-review-${{ github.event.pull_request.number }} -run-name: "Docs PR Review Agent" +run-name: "Docs PR Review" jobs: activation: @@ -692,7 +692,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Docs PR Review Agent", + workflow_name: "Docs PR Review", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1305,7 +1305,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Docs PR Review Agent" + GH_AW_WORKFLOW_NAME: "Docs PR Review" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1318,7 +1318,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Docs PR Review Agent" + GH_AW_WORKFLOW_NAME: "Docs PR Review" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1331,7 +1331,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Docs PR Review Agent" + GH_AW_WORKFLOW_NAME: "Docs PR Review" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-docs-pr-review" @@ -1351,7 +1351,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Docs PR Review Agent" + GH_AW_WORKFLOW_NAME: "Docs PR Review" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1399,7 +1399,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Docs PR Review Agent" + WORKFLOW_NAME: "Docs PR Review" WORKFLOW_DESCRIPTION: "Docs PR review from an Elastic technical writer perspective" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1502,7 +1502,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-docs-pr-review" - GH_AW_WORKFLOW_NAME: "Docs PR Review Agent" + GH_AW_WORKFLOW_NAME: "Docs PR Review" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-downstream-health.lock.yml b/.github/workflows/gh-aw-downstream-health.lock.yml index 0c305c3c..3afe01ff 100644 --- a/.github/workflows/gh-aw-downstream-health.lock.yml +++ b/.github/workflows/gh-aw-downstream-health.lock.yml @@ -36,7 +36,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"01b1d2d43fbd08ccae377509563be6b41e0f3d4d37e7935384e9b7475ffaa026"} -name: "Gh Aw Downstream Health" +name: "Downstream Health" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -76,7 +76,7 @@ concurrency: cancel-in-progress: true group: downstream-health -run-name: "Gh Aw Downstream Health" +run-name: "Downstream Health" jobs: activation: @@ -663,7 +663,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Downstream Health", + workflow_name: "Downstream Health", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1221,7 +1221,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Downstream Health" + GH_AW_WORKFLOW_NAME: "Downstream Health" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1234,7 +1234,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Downstream Health" + GH_AW_WORKFLOW_NAME: "Downstream Health" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1247,7 +1247,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Downstream Health" + GH_AW_WORKFLOW_NAME: "Downstream Health" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-downstream-health" @@ -1267,7 +1267,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Downstream Health" + GH_AW_WORKFLOW_NAME: "Downstream Health" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1315,7 +1315,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Downstream Health" + WORKFLOW_NAME: "Downstream Health" WORKFLOW_DESCRIPTION: "Monitor downstream repositories using AI workflows and report quality issues" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1418,7 +1418,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-downstream-health" - GH_AW_WORKFLOW_NAME: "Gh Aw Downstream Health" + GH_AW_WORKFLOW_NAME: "Downstream Health" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-downstream-users.lock.yml b/.github/workflows/gh-aw-downstream-users.lock.yml index 229a5e20..cd60e0e7 100644 --- a/.github/workflows/gh-aw-downstream-users.lock.yml +++ b/.github/workflows/gh-aw-downstream-users.lock.yml @@ -36,7 +36,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"e9ce52bf6f3c8e3ba1498112a44c6936f15e163ef06ddf7bfff16ea6e5e7ae73"} -name: "Downstream Users Tracking" +name: "Downstream Users" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -76,7 +76,7 @@ concurrency: cancel-in-progress: true group: downstream-users -run-name: "Downstream Users Tracking" +run-name: "Downstream Users" jobs: activation: @@ -563,7 +563,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Downstream Users Tracking", + workflow_name: "Downstream Users", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1218,7 +1218,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Downstream Users Tracking" + GH_AW_WORKFLOW_NAME: "Downstream Users" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1231,7 +1231,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Downstream Users Tracking" + GH_AW_WORKFLOW_NAME: "Downstream Users" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1244,7 +1244,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Downstream Users Tracking" + GH_AW_WORKFLOW_NAME: "Downstream Users" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-downstream-users" @@ -1264,7 +1264,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Downstream Users Tracking" + GH_AW_WORKFLOW_NAME: "Downstream Users" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1281,7 +1281,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Downstream Users Tracking" + GH_AW_WORKFLOW_NAME: "Downstream Users" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} @@ -1326,7 +1326,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Downstream Users Tracking" + WORKFLOW_NAME: "Downstream Users" WORKFLOW_DESCRIPTION: "Track downstream public repo usage of elastic/ai-github-actions and update data" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1431,7 +1431,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-downstream-users" - GH_AW_WORKFLOW_NAME: "Downstream Users Tracking" + GH_AW_WORKFLOW_NAME: "Downstream Users" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-flaky-test-triage.lock.yml b/.github/workflows/gh-aw-flaky-test-triage.lock.yml index 7e3e5271..ded5f43c 100644 --- a/.github/workflows/gh-aw-flaky-test-triage.lock.yml +++ b/.github/workflows/gh-aw-flaky-test-triage.lock.yml @@ -37,7 +37,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"e80618ff89cf686be4ada1b392baa63a993498df4d5bf02e25e23c7dfbf133dd"} -name: "Gh Aw Flaky Test Triage" +name: "Flaky Test Triage" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -77,7 +77,7 @@ concurrency: cancel-in-progress: true group: flaky-test-triage -run-name: "Gh Aw Flaky Test Triage" +run-name: "Flaky Test Triage" jobs: activation: @@ -623,7 +623,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Flaky Test Triage", + workflow_name: "Flaky Test Triage", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1181,7 +1181,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Flaky Test Triage" + GH_AW_WORKFLOW_NAME: "Flaky Test Triage" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1194,7 +1194,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Flaky Test Triage" + GH_AW_WORKFLOW_NAME: "Flaky Test Triage" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1207,7 +1207,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Flaky Test Triage" + GH_AW_WORKFLOW_NAME: "Flaky Test Triage" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-flaky-test-triage" @@ -1227,7 +1227,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Flaky Test Triage" + GH_AW_WORKFLOW_NAME: "Flaky Test Triage" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1275,7 +1275,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Flaky Test Triage" + WORKFLOW_NAME: "Flaky Test Triage" WORKFLOW_DESCRIPTION: "Investigate flaky tests from issues and failed CI runs; file triage reports" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1378,7 +1378,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-flaky-test-triage" - GH_AW_WORKFLOW_NAME: "Gh Aw Flaky Test Triage" + GH_AW_WORKFLOW_NAME: "Flaky Test Triage" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-issue-triage-pr.lock.yml b/.github/workflows/gh-aw-issue-triage-pr.lock.yml index 9ccc841d..2a65796b 100644 --- a/.github/workflows/gh-aw-issue-triage-pr.lock.yml +++ b/.github/workflows/gh-aw-issue-triage-pr.lock.yml @@ -37,7 +37,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"177dd6c8b24f3d1cf539c2cc058fa1bb22250b4703380db77180828721c28352"} -name: "Issue Triage Agent (with PR)" +name: "Issue Triage (with PR)" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -77,7 +77,7 @@ concurrency: cancel-in-progress: true group: issue-triage-pr-${{ github.event.issue.number }} -run-name: "Issue Triage Agent (with PR)" +run-name: "Issue Triage (with PR)" jobs: activation: @@ -572,7 +572,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Issue Triage Agent (with PR)", + workflow_name: "Issue Triage (with PR)", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1262,7 +1262,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Issue Triage Agent (with PR)" + GH_AW_WORKFLOW_NAME: "Issue Triage (with PR)" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1275,7 +1275,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Issue Triage Agent (with PR)" + GH_AW_WORKFLOW_NAME: "Issue Triage (with PR)" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1288,7 +1288,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Issue Triage Agent (with PR)" + GH_AW_WORKFLOW_NAME: "Issue Triage (with PR)" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-issue-triage-pr" @@ -1308,7 +1308,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Issue Triage Agent (with PR)" + GH_AW_WORKFLOW_NAME: "Issue Triage (with PR)" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1325,7 +1325,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Issue Triage Agent (with PR)" + GH_AW_WORKFLOW_NAME: "Issue Triage (with PR)" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} @@ -1370,7 +1370,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Issue Triage Agent (with PR)" + WORKFLOW_NAME: "Issue Triage (with PR)" WORKFLOW_DESCRIPTION: "Investigate new issues and provide actionable triage analysis with optional PR creation" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1492,7 +1492,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-issue-triage-pr" - GH_AW_WORKFLOW_NAME: "Issue Triage Agent (with PR)" + GH_AW_WORKFLOW_NAME: "Issue Triage (with PR)" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-issue-triage.lock.yml b/.github/workflows/gh-aw-issue-triage.lock.yml index 252a7878..47eff679 100644 --- a/.github/workflows/gh-aw-issue-triage.lock.yml +++ b/.github/workflows/gh-aw-issue-triage.lock.yml @@ -35,7 +35,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"3209f313fbbeeaed646c8b3444202b3a8fb26d9541009e826f48d158a763527e"} -name: "Issue Triage Agent" +name: "Issue Triage" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -75,7 +75,7 @@ concurrency: cancel-in-progress: true group: issue-triage-${{ github.event.issue.number }} -run-name: "Issue Triage Agent" +run-name: "Issue Triage" jobs: activation: @@ -579,7 +579,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Issue Triage Agent", + workflow_name: "Issue Triage", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1098,7 +1098,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Issue Triage Agent" + GH_AW_WORKFLOW_NAME: "Issue Triage" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1111,7 +1111,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Issue Triage Agent" + GH_AW_WORKFLOW_NAME: "Issue Triage" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1124,7 +1124,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Issue Triage Agent" + GH_AW_WORKFLOW_NAME: "Issue Triage" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-issue-triage" @@ -1144,7 +1144,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Issue Triage Agent" + GH_AW_WORKFLOW_NAME: "Issue Triage" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1192,7 +1192,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Issue Triage Agent" + WORKFLOW_NAME: "Issue Triage" WORKFLOW_DESCRIPTION: "Investigate new issues and provide actionable triage analysis" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1312,7 +1312,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-issue-triage" - GH_AW_WORKFLOW_NAME: "Issue Triage Agent" + GH_AW_WORKFLOW_NAME: "Issue Triage" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-mention-in-issue.lock.yml b/.github/workflows/gh-aw-mention-in-issue.lock.yml index 09793d12..5e876cb1 100644 --- a/.github/workflows/gh-aw-mention-in-issue.lock.yml +++ b/.github/workflows/gh-aw-mention-in-issue.lock.yml @@ -21,7 +21,7 @@ # # For more information: https://github.github.com/gh-aw/introduction/overview/ # -# AI assistant for issues — answer questions, debug, and create PRs via /ai +# AI assistant for issues — answer questions, debug, and create PRs on demand # # Resolved workflow manifest: # Imports: @@ -38,7 +38,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"5684985492be2f322bb3824f14c6a3ffea770ff34c916e8ef1d8b86bf885c8b2"} -name: "Issue Assistant" +name: "Mention in Issue" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -83,7 +83,7 @@ concurrency: cancel-in-progress: true group: mention-issue-${{ github.event.issue.number }} -run-name: "Issue Assistant" +run-name: "Mention in Issue" jobs: activation: @@ -579,7 +579,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Issue Assistant", + workflow_name: "Mention in Issue", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1343,7 +1343,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Issue Assistant" + GH_AW_WORKFLOW_NAME: "Mention in Issue" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1356,7 +1356,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Issue Assistant" + GH_AW_WORKFLOW_NAME: "Mention in Issue" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1369,7 +1369,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Issue Assistant" + GH_AW_WORKFLOW_NAME: "Mention in Issue" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-mention-in-issue" @@ -1389,7 +1389,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Issue Assistant" + GH_AW_WORKFLOW_NAME: "Mention in Issue" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1406,7 +1406,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Issue Assistant" + GH_AW_WORKFLOW_NAME: "Mention in Issue" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} @@ -1451,8 +1451,8 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Issue Assistant" - WORKFLOW_DESCRIPTION: "AI assistant for issues — answer questions, debug, and create PRs via /ai" + WORKFLOW_NAME: "Mention in Issue" + WORKFLOW_DESCRIPTION: "AI assistant for issues — answer questions, debug, and create PRs on demand" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: script: | @@ -1573,7 +1573,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-mention-in-issue" - GH_AW_WORKFLOW_NAME: "Issue Assistant" + GH_AW_WORKFLOW_NAME: "Mention in Issue" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-mention-in-issue.md b/.github/workflows/gh-aw-mention-in-issue.md index cebbfdac..1ec4cf08 100644 --- a/.github/workflows/gh-aw-mention-in-issue.md +++ b/.github/workflows/gh-aw-mention-in-issue.md @@ -1,5 +1,5 @@ --- -description: "AI assistant for issues — answer questions, debug, and create PRs via /ai" +description: "AI assistant for issues — answer questions, debug, and create PRs on demand" imports: - gh-aw-fragments/elastic-tools.md - gh-aw-fragments/runtime-setup.md diff --git a/.github/workflows/gh-aw-mention-in-pr.lock.yml b/.github/workflows/gh-aw-mention-in-pr.lock.yml index 8bcc3e5c..067c3f00 100644 --- a/.github/workflows/gh-aw-mention-in-pr.lock.yml +++ b/.github/workflows/gh-aw-mention-in-pr.lock.yml @@ -21,7 +21,7 @@ # # For more information: https://github.github.com/gh-aw/introduction/overview/ # -# AI assistant for PRs — review, fix code, and push changes via /ai +# AI assistant for PRs — review, fix code, and push changes on demand # # Resolved workflow manifest: # Imports: @@ -41,7 +41,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"f5ef36b3a50ba4b6b6ee1e53893e9e33ea5b9d7f04c17b61f837c1f6dbae1f21"} -name: "PR Assistant" +name: "Mention in PR" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -81,7 +81,7 @@ concurrency: cancel-in-progress: true group: mention-pr-${{ github.event.issue.number }} -run-name: "PR Assistant" +run-name: "Mention in PR" jobs: activation: @@ -728,7 +728,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "PR Assistant", + workflow_name: "Mention in PR", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1546,7 +1546,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "PR Assistant" + GH_AW_WORKFLOW_NAME: "Mention in PR" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1559,7 +1559,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "PR Assistant" + GH_AW_WORKFLOW_NAME: "Mention in PR" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1572,7 +1572,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "PR Assistant" + GH_AW_WORKFLOW_NAME: "Mention in PR" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-mention-in-pr" @@ -1592,7 +1592,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "PR Assistant" + GH_AW_WORKFLOW_NAME: "Mention in PR" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1640,8 +1640,8 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "PR Assistant" - WORKFLOW_DESCRIPTION: "AI assistant for PRs — review, fix code, and push changes via /ai" + WORKFLOW_NAME: "Mention in PR" + WORKFLOW_DESCRIPTION: "AI assistant for PRs — review, fix code, and push changes on demand" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: script: | @@ -1762,7 +1762,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-mention-in-pr" - GH_AW_WORKFLOW_NAME: "PR Assistant" + GH_AW_WORKFLOW_NAME: "Mention in PR" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-mention-in-pr.md b/.github/workflows/gh-aw-mention-in-pr.md index 0459a488..896038ab 100644 --- a/.github/workflows/gh-aw-mention-in-pr.md +++ b/.github/workflows/gh-aw-mention-in-pr.md @@ -1,5 +1,5 @@ --- -description: "AI assistant for PRs — review, fix code, and push changes via /ai" +description: "AI assistant for PRs — review, fix code, and push changes on demand" imports: - gh-aw-fragments/elastic-tools.md - gh-aw-fragments/runtime-setup.md diff --git a/.github/workflows/gh-aw-performance-profiler.lock.yml b/.github/workflows/gh-aw-performance-profiler.lock.yml index 8d12b4c3..109d7a3f 100644 --- a/.github/workflows/gh-aw-performance-profiler.lock.yml +++ b/.github/workflows/gh-aw-performance-profiler.lock.yml @@ -38,7 +38,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"9685b8338703dfe934055d6a84802118dc54945beab768ca1ddd96a843a0377d"} -name: "Gh Aw Performance Profiler" +name: "Performance Profiler" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -78,7 +78,7 @@ concurrency: cancel-in-progress: true group: performance-profiler -run-name: "Gh Aw Performance Profiler" +run-name: "Performance Profiler" jobs: activation: @@ -680,7 +680,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Performance Profiler", + workflow_name: "Performance Profiler", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1238,7 +1238,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Performance Profiler" + GH_AW_WORKFLOW_NAME: "Performance Profiler" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1251,7 +1251,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Performance Profiler" + GH_AW_WORKFLOW_NAME: "Performance Profiler" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1264,7 +1264,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Performance Profiler" + GH_AW_WORKFLOW_NAME: "Performance Profiler" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-performance-profiler" @@ -1284,7 +1284,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Performance Profiler" + GH_AW_WORKFLOW_NAME: "Performance Profiler" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1332,7 +1332,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Performance Profiler" + WORKFLOW_NAME: "Performance Profiler" WORKFLOW_DESCRIPTION: "Identify hot paths, profile code, and propose meaningful performance improvements" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1435,7 +1435,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-performance-profiler" - GH_AW_WORKFLOW_NAME: "Gh Aw Performance Profiler" + GH_AW_WORKFLOW_NAME: "Performance Profiler" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-pr-ci-fixer.lock.yml b/.github/workflows/gh-aw-pr-ci-fixer.lock.yml index 20b8432e..022eaa42 100644 --- a/.github/workflows/gh-aw-pr-ci-fixer.lock.yml +++ b/.github/workflows/gh-aw-pr-ci-fixer.lock.yml @@ -21,7 +21,7 @@ # # For more information: https://github.github.com/gh-aw/introduction/overview/ # -# Analyze failed PR checks and optionally push fixes (opt-in) +# Opt-in fixer for failed PR checks that can push safe, targeted changes # # Resolved workflow manifest: # Imports: @@ -1346,7 +1346,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: WORKFLOW_NAME: "PR CI Fixer" - WORKFLOW_DESCRIPTION: "Analyze failed PR checks and optionally push fixes (opt-in)" + WORKFLOW_DESCRIPTION: "Opt-in fixer for failed PR checks that can push safe, targeted changes" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: script: | diff --git a/.github/workflows/gh-aw-pr-ci-fixer.md b/.github/workflows/gh-aw-pr-ci-fixer.md index fb352ab6..d5efb96f 100644 --- a/.github/workflows/gh-aw-pr-ci-fixer.md +++ b/.github/workflows/gh-aw-pr-ci-fixer.md @@ -1,5 +1,5 @@ --- -description: "Analyze failed PR checks and optionally push fixes (opt-in)" +description: "Opt-in fixer for failed PR checks that can push safe, targeted changes" imports: - gh-aw-fragments/elastic-tools.md - gh-aw-fragments/runtime-setup.md diff --git a/.github/workflows/gh-aw-pr-review.lock.yml b/.github/workflows/gh-aw-pr-review.lock.yml index c5b2b0f5..ac96e354 100644 --- a/.github/workflows/gh-aw-pr-review.lock.yml +++ b/.github/workflows/gh-aw-pr-review.lock.yml @@ -38,7 +38,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"7de3606c3cf3f583533fc0b6b69a3cd126267c053bffcda7b734b790e5b5ee32"} -name: "PR Review Agent" +name: "PR Review" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -88,7 +88,7 @@ concurrency: cancel-in-progress: true group: pr-review-${{ github.event.pull_request.number }} -run-name: "PR Review Agent" +run-name: "PR Review" jobs: activation: @@ -740,7 +740,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "PR Review Agent", + workflow_name: "PR Review", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1340,7 +1340,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "PR Review Agent" + GH_AW_WORKFLOW_NAME: "PR Review" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1353,7 +1353,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "PR Review Agent" + GH_AW_WORKFLOW_NAME: "PR Review" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1366,7 +1366,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "PR Review Agent" + GH_AW_WORKFLOW_NAME: "PR Review" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-pr-review" @@ -1386,7 +1386,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "PR Review Agent" + GH_AW_WORKFLOW_NAME: "PR Review" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1434,7 +1434,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "PR Review Agent" + WORKFLOW_NAME: "PR Review" WORKFLOW_DESCRIPTION: "AI code review with inline comments on pull requests" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1537,7 +1537,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-pr-review" - GH_AW_WORKFLOW_NAME: "PR Review Agent" + GH_AW_WORKFLOW_NAME: "PR Review" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-project-summary.lock.yml b/.github/workflows/gh-aw-project-summary.lock.yml index 32530b29..a0008b9a 100644 --- a/.github/workflows/gh-aw-project-summary.lock.yml +++ b/.github/workflows/gh-aw-project-summary.lock.yml @@ -37,7 +37,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"b151dc9399092090c7af174abb3d037c93662d90c245d427e8594bd19a6ef57e"} -name: "Gh Aw Project Summary" +name: "Project Summary" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -77,7 +77,7 @@ concurrency: cancel-in-progress: true group: project-summary -run-name: "Gh Aw Project Summary" +run-name: "Project Summary" jobs: activation: @@ -618,7 +618,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Project Summary", + workflow_name: "Project Summary", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1176,7 +1176,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Project Summary" + GH_AW_WORKFLOW_NAME: "Project Summary" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1189,7 +1189,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Project Summary" + GH_AW_WORKFLOW_NAME: "Project Summary" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1202,7 +1202,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Project Summary" + GH_AW_WORKFLOW_NAME: "Project Summary" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-project-summary" @@ -1222,7 +1222,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Project Summary" + GH_AW_WORKFLOW_NAME: "Project Summary" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1270,7 +1270,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Project Summary" + WORKFLOW_NAME: "Project Summary" WORKFLOW_DESCRIPTION: "Create periodic project summary issues covering recent activity and priorities" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1373,7 +1373,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-project-summary" - GH_AW_WORKFLOW_NAME: "Gh Aw Project Summary" + GH_AW_WORKFLOW_NAME: "Project Summary" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-semantic-function-clustering.lock.yml b/.github/workflows/gh-aw-semantic-function-clustering.lock.yml index 2d6be2a7..185ea59b 100644 --- a/.github/workflows/gh-aw-semantic-function-clustering.lock.yml +++ b/.github/workflows/gh-aw-semantic-function-clustering.lock.yml @@ -36,7 +36,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"6a3e1351d210844f6a71366eb5a056d4a645a28f18c0de3417d685a5e1173745"} -name: "Gh Aw Semantic Function Clustering" +name: "Semantic Function Clustering" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -86,7 +86,7 @@ concurrency: cancel-in-progress: true group: semantic-function-clustering -run-name: "Gh Aw Semantic Function Clustering" +run-name: "Semantic Function Clustering" jobs: activation: @@ -665,7 +665,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Semantic Function Clustering", + workflow_name: "Semantic Function Clustering", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1231,7 +1231,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Semantic Function Clustering" + GH_AW_WORKFLOW_NAME: "Semantic Function Clustering" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1244,7 +1244,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Semantic Function Clustering" + GH_AW_WORKFLOW_NAME: "Semantic Function Clustering" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1257,7 +1257,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Semantic Function Clustering" + GH_AW_WORKFLOW_NAME: "Semantic Function Clustering" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-semantic-function-clustering" @@ -1277,7 +1277,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Semantic Function Clustering" + GH_AW_WORKFLOW_NAME: "Semantic Function Clustering" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1325,7 +1325,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Semantic Function Clustering" + WORKFLOW_NAME: "Semantic Function Clustering" WORKFLOW_DESCRIPTION: "Analyze source code for semantic function clustering and refactoring opportunities" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1428,7 +1428,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-semantic-function-clustering" - GH_AW_WORKFLOW_NAME: "Gh Aw Semantic Function Clustering" + GH_AW_WORKFLOW_NAME: "Semantic Function Clustering" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-stale-issues.lock.yml b/.github/workflows/gh-aw-stale-issues.lock.yml index dcc4b192..0f9adff0 100644 --- a/.github/workflows/gh-aw-stale-issues.lock.yml +++ b/.github/workflows/gh-aw-stale-issues.lock.yml @@ -36,7 +36,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"8474390ffffb2aa4b156e3bddf9f8dd06af35ca1cb45360c8395823245ba39ec"} -name: "Gh Aw Stale Issues" +name: "Stale Issues" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -76,7 +76,7 @@ concurrency: cancel-in-progress: true group: stale-issues -run-name: "Gh Aw Stale Issues" +run-name: "Stale Issues" jobs: activation: @@ -647,7 +647,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Stale Issues", + workflow_name: "Stale Issues", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1205,7 +1205,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Stale Issues" + GH_AW_WORKFLOW_NAME: "Stale Issues" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1218,7 +1218,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Stale Issues" + GH_AW_WORKFLOW_NAME: "Stale Issues" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1231,7 +1231,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Stale Issues" + GH_AW_WORKFLOW_NAME: "Stale Issues" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-stale-issues" @@ -1251,7 +1251,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Stale Issues" + GH_AW_WORKFLOW_NAME: "Stale Issues" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1299,7 +1299,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Stale Issues" + WORKFLOW_NAME: "Stale Issues" WORKFLOW_DESCRIPTION: "Find open issues that appear to already be resolved and recommend closing them" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1402,7 +1402,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-stale-issues" - GH_AW_WORKFLOW_NAME: "Gh Aw Stale Issues" + GH_AW_WORKFLOW_NAME: "Stale Issues" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-test-improvement.lock.yml b/.github/workflows/gh-aw-test-improvement.lock.yml index 3b2b79ef..9490da4e 100644 --- a/.github/workflows/gh-aw-test-improvement.lock.yml +++ b/.github/workflows/gh-aw-test-improvement.lock.yml @@ -36,7 +36,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"51869d3bef543f2b9d58f037350d2d3d2c57b8a762fe3e7eeb052b8131d1dca9"} -name: "Test Improvement Agent" +name: "Test Improvement" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -76,7 +76,7 @@ concurrency: cancel-in-progress: true group: test-improvement -run-name: "Test Improvement Agent" +run-name: "Test Improvement" jobs: activation: @@ -562,7 +562,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "Test Improvement Agent", + workflow_name: "Test Improvement", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1217,7 +1217,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Test Improvement Agent" + GH_AW_WORKFLOW_NAME: "Test Improvement" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1230,7 +1230,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Test Improvement Agent" + GH_AW_WORKFLOW_NAME: "Test Improvement" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1243,7 +1243,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Test Improvement Agent" + GH_AW_WORKFLOW_NAME: "Test Improvement" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-test-improvement" @@ -1263,7 +1263,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Test Improvement Agent" + GH_AW_WORKFLOW_NAME: "Test Improvement" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1280,7 +1280,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Test Improvement Agent" + GH_AW_WORKFLOW_NAME: "Test Improvement" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} @@ -1325,7 +1325,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Test Improvement Agent" + WORKFLOW_NAME: "Test Improvement" WORKFLOW_DESCRIPTION: "Add focused tests for under-tested code and clean up redundant tests" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1430,7 +1430,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-test-improvement" - GH_AW_WORKFLOW_NAME: "Test Improvement Agent" + GH_AW_WORKFLOW_NAME: "Test Improvement" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-update-pr-body.lock.yml b/.github/workflows/gh-aw-update-pr-body.lock.yml index 10ff8c23..09033d95 100644 --- a/.github/workflows/gh-aw-update-pr-body.lock.yml +++ b/.github/workflows/gh-aw-update-pr-body.lock.yml @@ -21,7 +21,7 @@ # # For more information: https://github.github.com/gh-aw/introduction/overview/ # -# Update PR body when code changes cause it to drift from the current state +# Keep pull request bodies in sync with the code changes on every commit # # Resolved workflow manifest: # Imports: @@ -35,7 +35,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"8832e5e3d7cfc7d875f5b7ef41bf62f1e12f36bdd0c55e1788086b6140e0faf0"} -name: "PR Body Update Agent" +name: "Update PR Body" "on": # bots: # Bots processed as bot check in pre-activation job # - ${{ inputs.allowed-bot-users }} # Bots processed as bot check in pre-activation job @@ -75,7 +75,7 @@ concurrency: cancel-in-progress: true group: update-pr-body-${{ github.event.pull_request.number }} -run-name: "PR Body Update Agent" +run-name: "Update PR Body" jobs: activation: @@ -554,7 +554,7 @@ jobs: model: "gpt-5.3-codex", version: "", agent_version: "0.0.412", - workflow_name: "PR Body Update Agent", + workflow_name: "Update PR Body", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1099,7 +1099,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "PR Body Update Agent" + GH_AW_WORKFLOW_NAME: "Update PR Body" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1112,7 +1112,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "PR Body Update Agent" + GH_AW_WORKFLOW_NAME: "Update PR Body" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1125,7 +1125,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "PR Body Update Agent" + GH_AW_WORKFLOW_NAME: "Update PR Body" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-update-pr-body" @@ -1145,7 +1145,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "PR Body Update Agent" + GH_AW_WORKFLOW_NAME: "Update PR Body" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1193,8 +1193,8 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "PR Body Update Agent" - WORKFLOW_DESCRIPTION: "Update PR body when code changes cause it to drift from the current state" + WORKFLOW_NAME: "Update PR Body" + WORKFLOW_DESCRIPTION: "Keep pull request bodies in sync with the code changes on every commit" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: script: | @@ -1296,7 +1296,7 @@ jobs: GH_AW_ENGINE_MODEL: "gpt-5.3-codex" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"${{ inputs.messages-footer || '---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.' }}\"}" GH_AW_WORKFLOW_ID: "gh-aw-update-pr-body" - GH_AW_WORKFLOW_NAME: "PR Body Update Agent" + GH_AW_WORKFLOW_NAME: "Update PR Body" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-update-pr-body.md b/.github/workflows/gh-aw-update-pr-body.md index c4e0d1ae..8ca3304c 100644 --- a/.github/workflows/gh-aw-update-pr-body.md +++ b/.github/workflows/gh-aw-update-pr-body.md @@ -1,5 +1,5 @@ --- -description: "Update PR body when code changes cause it to drift from the current state" +description: "Keep pull request bodies in sync with the code changes on every commit" imports: - gh-aw-fragments/elastic-tools.md - gh-aw-fragments/runtime-setup.md diff --git a/.github/workflows/gh-aw-upgrade-check.lock.yml b/.github/workflows/gh-aw-upgrade-check.lock.yml index 50518667..c2cdb326 100644 --- a/.github/workflows/gh-aw-upgrade-check.lock.yml +++ b/.github/workflows/gh-aw-upgrade-check.lock.yml @@ -35,7 +35,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"07e828894de25d4344b858bb0cceaacc2a3b27f1b671a7c65c1373d9b862bd07"} -name: "Gh Aw Upgrade Check" +name: "Upgrade Check" "on": # bots: # Bots processed as bot check in pre-activation job # - github-actions[bot] # Bots processed as bot check in pre-activation job @@ -54,7 +54,7 @@ concurrency: cancel-in-progress: true group: gh-aw-upgrade-check -run-name: "Gh Aw Upgrade Check" +run-name: "Upgrade Check" jobs: activation: @@ -583,7 +583,7 @@ jobs: model: "claude-opus-4.6", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Upgrade Check", + workflow_name: "Upgrade Check", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1141,7 +1141,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Upgrade Check" + GH_AW_WORKFLOW_NAME: "Upgrade Check" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1154,7 +1154,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Upgrade Check" + GH_AW_WORKFLOW_NAME: "Upgrade Check" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1167,7 +1167,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Upgrade Check" + GH_AW_WORKFLOW_NAME: "Upgrade Check" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-upgrade-check" @@ -1187,7 +1187,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Upgrade Check" + GH_AW_WORKFLOW_NAME: "Upgrade Check" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1235,7 +1235,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Upgrade Check" + WORKFLOW_NAME: "Upgrade Check" WORKFLOW_DESCRIPTION: "Check for gh-aw releases and assess whether our workflows need upgrading" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1315,7 +1315,7 @@ jobs: GH_AW_ENGINE_MODEL: "claude-opus-4.6" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.\"}" GH_AW_WORKFLOW_ID: "gh-aw-upgrade-check" - GH_AW_WORKFLOW_NAME: "Gh Aw Upgrade Check" + GH_AW_WORKFLOW_NAME: "Upgrade Check" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} diff --git a/.github/workflows/gh-aw-workflow-drift.lock.yml b/.github/workflows/gh-aw-workflow-drift.lock.yml index 85ed45c9..47b6e95f 100644 --- a/.github/workflows/gh-aw-workflow-drift.lock.yml +++ b/.github/workflows/gh-aw-workflow-drift.lock.yml @@ -35,7 +35,7 @@ # # gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"f360f10e231275141173e3958b2ccd4527b700582288c708c6abfc98ab9d27a1"} -name: "Gh Aw Workflow Drift" +name: "Workflow Drift" "on": # bots: # Bots processed as bot check in pre-activation job # - github-actions[bot] # Bots processed as bot check in pre-activation job @@ -54,7 +54,7 @@ concurrency: cancel-in-progress: true group: gh-aw-workflow-drift -run-name: "Gh Aw Workflow Drift" +run-name: "Workflow Drift" jobs: activation: @@ -571,7 +571,7 @@ jobs: model: "claude-opus-4.6", version: "", agent_version: "0.0.412", - workflow_name: "Gh Aw Workflow Drift", + workflow_name: "Workflow Drift", experimental: false, supports_tools_allowlist: true, run_id: context.runId, @@ -1129,7 +1129,7 @@ jobs: env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} GH_AW_NOOP_MAX: 1 - GH_AW_WORKFLOW_NAME: "Gh Aw Workflow Drift" + GH_AW_WORKFLOW_NAME: "Workflow Drift" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1142,7 +1142,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Workflow Drift" + GH_AW_WORKFLOW_NAME: "Workflow Drift" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | @@ -1155,7 +1155,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Workflow Drift" + GH_AW_WORKFLOW_NAME: "Workflow Drift" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_WORKFLOW_ID: "gh-aw-workflow-drift" @@ -1175,7 +1175,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_WORKFLOW_NAME: "Gh Aw Workflow Drift" + GH_AW_WORKFLOW_NAME: "Workflow Drift" GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} @@ -1223,7 +1223,7 @@ jobs: - name: Setup threat detection uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: - WORKFLOW_NAME: "Gh Aw Workflow Drift" + WORKFLOW_NAME: "Workflow Drift" WORKFLOW_DESCRIPTION: "Detect workflow drift — where one or more workflows have fallen behind a pattern adopted by most others" HAS_PATCH: ${{ needs.agent.outputs.has_patch }} with: @@ -1303,7 +1303,7 @@ jobs: GH_AW_ENGINE_MODEL: "claude-opus-4.6" GH_AW_SAFE_OUTPUT_MESSAGES: "{\"footer\":\"---\\n[What is this?](https://ela.st/github-ai-tools) | [From workflow: {workflow_name}]({run_url})\\n\\nGive us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.\"}" GH_AW_WORKFLOW_ID: "gh-aw-workflow-drift" - GH_AW_WORKFLOW_NAME: "Gh Aw Workflow Drift" + GH_AW_WORKFLOW_NAME: "Workflow Drift" outputs: create_discussion_error_count: ${{ steps.process_safe_outputs.outputs.create_discussion_error_count }} create_discussion_errors: ${{ steps.process_safe_outputs.outputs.create_discussion_errors }} From 5e5fb016eac4c36b55c4c46f7caf3cad1deb012e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 02:51:03 +0000 Subject: [PATCH 3/3] Use name: front matter in .md source files instead of editing lock files directly - Add name: field to 25 .md source workflow files - Recompile to regenerate lock files with correct names - All lock file names now match trigger/example.yml names Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com> --- .github/workflows/gh-aw-agent-efficiency.lock.yml | 2 +- .github/workflows/gh-aw-agent-efficiency.md | 1 + .github/workflows/gh-aw-agent-suggestions.lock.yml | 2 +- .github/workflows/gh-aw-agent-suggestions.md | 1 + .github/workflows/gh-aw-breaking-change-detect.lock.yml | 2 +- .github/workflows/gh-aw-breaking-change-detect.md | 1 + .github/workflows/gh-aw-bug-hunter.lock.yml | 2 +- .github/workflows/gh-aw-bug-hunter.md | 1 + .github/workflows/gh-aw-docs-drift-external.lock.yml | 2 +- .github/workflows/gh-aw-docs-drift-external.md | 1 + .github/workflows/gh-aw-docs-drift.lock.yml | 2 +- .github/workflows/gh-aw-docs-drift.md | 1 + .../gh-aw-docs-new-contributor-review-external.lock.yml | 2 +- .github/workflows/gh-aw-docs-new-contributor-review-external.md | 1 + .github/workflows/gh-aw-docs-new-contributor-review.lock.yml | 2 +- .github/workflows/gh-aw-docs-new-contributor-review.md | 1 + .github/workflows/gh-aw-docs-pr-review.lock.yml | 2 +- .github/workflows/gh-aw-docs-pr-review.md | 1 + .github/workflows/gh-aw-downstream-health.lock.yml | 2 +- .github/workflows/gh-aw-downstream-health.md | 1 + .github/workflows/gh-aw-downstream-users.lock.yml | 2 +- .github/workflows/gh-aw-downstream-users.md | 1 + .github/workflows/gh-aw-flaky-test-triage.lock.yml | 2 +- .github/workflows/gh-aw-flaky-test-triage.md | 1 + .github/workflows/gh-aw-issue-triage-pr.lock.yml | 2 +- .github/workflows/gh-aw-issue-triage-pr.md | 1 + .github/workflows/gh-aw-issue-triage.lock.yml | 2 +- .github/workflows/gh-aw-issue-triage.md | 1 + .github/workflows/gh-aw-mention-in-issue.lock.yml | 2 +- .github/workflows/gh-aw-mention-in-issue.md | 1 + .github/workflows/gh-aw-mention-in-pr.lock.yml | 2 +- .github/workflows/gh-aw-mention-in-pr.md | 1 + .github/workflows/gh-aw-performance-profiler.lock.yml | 2 +- .github/workflows/gh-aw-performance-profiler.md | 1 + .github/workflows/gh-aw-pr-ci-fixer.lock.yml | 2 +- .github/workflows/gh-aw-pr-review.lock.yml | 2 +- .github/workflows/gh-aw-pr-review.md | 1 + .github/workflows/gh-aw-project-summary.lock.yml | 2 +- .github/workflows/gh-aw-project-summary.md | 1 + .github/workflows/gh-aw-semantic-function-clustering.lock.yml | 2 +- .github/workflows/gh-aw-semantic-function-clustering.md | 1 + .github/workflows/gh-aw-stale-issues.lock.yml | 2 +- .github/workflows/gh-aw-stale-issues.md | 1 + .github/workflows/gh-aw-test-improvement.lock.yml | 2 +- .github/workflows/gh-aw-test-improvement.md | 1 + .github/workflows/gh-aw-update-pr-body.lock.yml | 2 +- .github/workflows/gh-aw-update-pr-body.md | 1 + .github/workflows/gh-aw-upgrade-check.lock.yml | 2 +- .github/workflows/gh-aw-upgrade-check.md | 1 + .github/workflows/gh-aw-workflow-drift.lock.yml | 2 +- .github/workflows/gh-aw-workflow-drift.md | 1 + 51 files changed, 51 insertions(+), 26 deletions(-) diff --git a/.github/workflows/gh-aw-agent-efficiency.lock.yml b/.github/workflows/gh-aw-agent-efficiency.lock.yml index 6ca1be71..b49139da 100644 --- a/.github/workflows/gh-aw-agent-efficiency.lock.yml +++ b/.github/workflows/gh-aw-agent-efficiency.lock.yml @@ -34,7 +34,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"028a797da1f8a35af3948d0d27a23e40eedc2acb6aff71c11f7b9db5e09cfb56"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"c0996131bb2124751616641d9e670037633a0e4aa7c93c25a90f02bc03cdc2fe"} name: "Agent Efficiency" "on": diff --git a/.github/workflows/gh-aw-agent-efficiency.md b/.github/workflows/gh-aw-agent-efficiency.md index fd5c64b4..4a1424d6 100644 --- a/.github/workflows/gh-aw-agent-efficiency.md +++ b/.github/workflows/gh-aw-agent-efficiency.md @@ -1,4 +1,5 @@ --- +name: "Agent Efficiency" description: "Analyze agent workflow logs for inefficiencies, errors, and prompt improvement opportunities" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-agent-suggestions.lock.yml b/.github/workflows/gh-aw-agent-suggestions.lock.yml index ca35ea60..62ff02b1 100644 --- a/.github/workflows/gh-aw-agent-suggestions.lock.yml +++ b/.github/workflows/gh-aw-agent-suggestions.lock.yml @@ -34,7 +34,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"98ef6b4ef3cf9e68d5dc6995bcc5ec370132e76eb1fa9a2b059d2802cd61d096"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"22d036923781edbda7b143495f0551d25c4efffaaeb593a638e534b96365eda4"} name: "Agent Suggestions" "on": diff --git a/.github/workflows/gh-aw-agent-suggestions.md b/.github/workflows/gh-aw-agent-suggestions.md index 08573347..4acc06ca 100644 --- a/.github/workflows/gh-aw-agent-suggestions.md +++ b/.github/workflows/gh-aw-agent-suggestions.md @@ -1,4 +1,5 @@ --- +name: "Agent Suggestions" description: "Suggest new agent workflows based on repo needs and downstream activity" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-breaking-change-detect.lock.yml b/.github/workflows/gh-aw-breaking-change-detect.lock.yml index 1196e5c6..cf05188f 100644 --- a/.github/workflows/gh-aw-breaking-change-detect.lock.yml +++ b/.github/workflows/gh-aw-breaking-change-detect.lock.yml @@ -35,7 +35,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"a57a60deaa0167e41dbef34465b9ce06b440e38526dd91d0856cdfecb84485db"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"3edb9530565a9b30a6134be1cf366c862a1cf980db072dc2d6ece5814830bfb0"} name: "Breaking Change Detect" "on": diff --git a/.github/workflows/gh-aw-breaking-change-detect.md b/.github/workflows/gh-aw-breaking-change-detect.md index 3db59011..aadaa2d3 100644 --- a/.github/workflows/gh-aw-breaking-change-detect.md +++ b/.github/workflows/gh-aw-breaking-change-detect.md @@ -1,4 +1,5 @@ --- +name: "Breaking Change Detect" description: "Detect undocumented breaking changes in public interfaces" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-bug-hunter.lock.yml b/.github/workflows/gh-aw-bug-hunter.lock.yml index f548be25..0a4a4274 100644 --- a/.github/workflows/gh-aw-bug-hunter.lock.yml +++ b/.github/workflows/gh-aw-bug-hunter.lock.yml @@ -35,7 +35,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"e533fe17fbb50698bcc608f61942f52470d41af8ab0fefe16e7345ab81fb5ea5"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"da3abb18e40902637ff4d97029bf023b146300fc5448d33ccf3cc51eb13a978d"} name: "Bug Hunter" "on": diff --git a/.github/workflows/gh-aw-bug-hunter.md b/.github/workflows/gh-aw-bug-hunter.md index 79608001..b87413db 100644 --- a/.github/workflows/gh-aw-bug-hunter.md +++ b/.github/workflows/gh-aw-bug-hunter.md @@ -1,4 +1,5 @@ --- +name: "Bug Hunter" description: "Find a reproducible, user-impacting bug and file a report issue" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-docs-drift-external.lock.yml b/.github/workflows/gh-aw-docs-drift-external.lock.yml index d1752a2f..54c6bb43 100644 --- a/.github/workflows/gh-aw-docs-drift-external.lock.yml +++ b/.github/workflows/gh-aw-docs-drift-external.lock.yml @@ -35,7 +35,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"8ef375c6e85b41a82b1758bffb9df2bd3871b319dc1349a840b28c6ac99e47cc"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"20a2133a748d0addc832cccd3a36e88841e16b8ace85c470dfacc009283f5279"} name: "Docs Drift External" "on": diff --git a/.github/workflows/gh-aw-docs-drift-external.md b/.github/workflows/gh-aw-docs-drift-external.md index f72f2ab5..812ec117 100644 --- a/.github/workflows/gh-aw-docs-drift-external.md +++ b/.github/workflows/gh-aw-docs-drift-external.md @@ -1,4 +1,5 @@ --- +name: "Docs Drift External" description: "Detect code changes that require updates to published Elastic documentation" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-docs-drift.lock.yml b/.github/workflows/gh-aw-docs-drift.lock.yml index da977f78..5424b0a9 100644 --- a/.github/workflows/gh-aw-docs-drift.lock.yml +++ b/.github/workflows/gh-aw-docs-drift.lock.yml @@ -35,7 +35,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"85aeadc91a83723b5599e12d5118cdd9376e927626e68a088e4b7bdb72a3ef82"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"ec91de2a401bd261317a7e46a1da0840d9af34df49c1df9b47caad45cecafe0d"} name: "Docs Drift" "on": diff --git a/.github/workflows/gh-aw-docs-drift.md b/.github/workflows/gh-aw-docs-drift.md index a395e10b..eba9977f 100644 --- a/.github/workflows/gh-aw-docs-drift.md +++ b/.github/workflows/gh-aw-docs-drift.md @@ -1,4 +1,5 @@ --- +name: "Docs Drift" description: "Detect code changes that require documentation updates and file issues" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-docs-new-contributor-review-external.lock.yml b/.github/workflows/gh-aw-docs-new-contributor-review-external.lock.yml index 7addba67..7edf9be3 100644 --- a/.github/workflows/gh-aw-docs-new-contributor-review-external.lock.yml +++ b/.github/workflows/gh-aw-docs-new-contributor-review-external.lock.yml @@ -34,7 +34,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"f677a1355b67dcd8d6f94287515662715e79ae33280e91406ce6c7976c6c97f7"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"6fc129b697dfc73906743f61523bbdd62c9e5fb17290422f0ce461272078c160"} name: "Docs New Contributor Review External" "on": diff --git a/.github/workflows/gh-aw-docs-new-contributor-review-external.md b/.github/workflows/gh-aw-docs-new-contributor-review-external.md index 4d8189e4..676d0847 100644 --- a/.github/workflows/gh-aw-docs-new-contributor-review-external.md +++ b/.github/workflows/gh-aw-docs-new-contributor-review-external.md @@ -1,4 +1,5 @@ --- +name: "Docs New Contributor Review External" description: "Review docs from a new contributor perspective, cross-referencing published Elastic documentation" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-docs-new-contributor-review.lock.yml b/.github/workflows/gh-aw-docs-new-contributor-review.lock.yml index fd909962..e0f3d840 100644 --- a/.github/workflows/gh-aw-docs-new-contributor-review.lock.yml +++ b/.github/workflows/gh-aw-docs-new-contributor-review.lock.yml @@ -34,7 +34,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"bd2345fd6aec010cdcc4eb7d9142bdb8a9a843eeedb0f1211a88f5d5f6cb26b4"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"394152b69af9519f9bf07459fa9342694d5f267f7bc6029329373f6ad1322059"} name: "Docs New Contributor Review" "on": diff --git a/.github/workflows/gh-aw-docs-new-contributor-review.md b/.github/workflows/gh-aw-docs-new-contributor-review.md index f43583c2..7c3cef52 100644 --- a/.github/workflows/gh-aw-docs-new-contributor-review.md +++ b/.github/workflows/gh-aw-docs-new-contributor-review.md @@ -1,4 +1,5 @@ --- +name: "Docs New Contributor Review" description: "Review docs from a new contributor perspective and file high-impact issues" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-docs-pr-review.lock.yml b/.github/workflows/gh-aw-docs-pr-review.lock.yml index d8d823f4..7c40b729 100644 --- a/.github/workflows/gh-aw-docs-pr-review.lock.yml +++ b/.github/workflows/gh-aw-docs-pr-review.lock.yml @@ -34,7 +34,7 @@ # - gh-aw-fragments/safe-output-review-comment.md # - gh-aw-fragments/safe-output-submit-review.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"efaa1c3579a71641abe63278a283d158bdf2318ec422fa50c7d56ed1a7b08eab"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"f628edb14807296f4004e5d0d9e2befa60a9d7462759441eaee5c17f809d515d"} name: "Docs PR Review" "on": diff --git a/.github/workflows/gh-aw-docs-pr-review.md b/.github/workflows/gh-aw-docs-pr-review.md index 8438557f..a1175496 100644 --- a/.github/workflows/gh-aw-docs-pr-review.md +++ b/.github/workflows/gh-aw-docs-pr-review.md @@ -1,4 +1,5 @@ --- +name: "Docs PR Review" description: "Docs PR review from an Elastic technical writer perspective" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-downstream-health.lock.yml b/.github/workflows/gh-aw-downstream-health.lock.yml index 3afe01ff..a533bdd8 100644 --- a/.github/workflows/gh-aw-downstream-health.lock.yml +++ b/.github/workflows/gh-aw-downstream-health.lock.yml @@ -34,7 +34,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"01b1d2d43fbd08ccae377509563be6b41e0f3d4d37e7935384e9b7475ffaa026"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"aab6ee673263c7a7c0a34ee2666bbb3520614b781cbce51078f724070e19996f"} name: "Downstream Health" "on": diff --git a/.github/workflows/gh-aw-downstream-health.md b/.github/workflows/gh-aw-downstream-health.md index 42b7bf1e..87161527 100644 --- a/.github/workflows/gh-aw-downstream-health.md +++ b/.github/workflows/gh-aw-downstream-health.md @@ -1,4 +1,5 @@ --- +name: "Downstream Health" description: "Monitor downstream repositories using AI workflows and report quality issues" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-downstream-users.lock.yml b/.github/workflows/gh-aw-downstream-users.lock.yml index cd60e0e7..9fd759d9 100644 --- a/.github/workflows/gh-aw-downstream-users.lock.yml +++ b/.github/workflows/gh-aw-downstream-users.lock.yml @@ -34,7 +34,7 @@ # - gh-aw-fragments/safe-output-create-pr.md # - gh-aw-fragments/workflow-edit-guardrails.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"e9ce52bf6f3c8e3ba1498112a44c6936f15e163ef06ddf7bfff16ea6e5e7ae73"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"cd94e39458afefa85e1384a6a852a0160f06272a94e7d279a0fb457661d8885f"} name: "Downstream Users" "on": diff --git a/.github/workflows/gh-aw-downstream-users.md b/.github/workflows/gh-aw-downstream-users.md index f7267eeb..6eee7050 100644 --- a/.github/workflows/gh-aw-downstream-users.md +++ b/.github/workflows/gh-aw-downstream-users.md @@ -1,4 +1,5 @@ --- +name: "Downstream Users" description: "Track downstream public repo usage of elastic/ai-github-actions and update data" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-flaky-test-triage.lock.yml b/.github/workflows/gh-aw-flaky-test-triage.lock.yml index ded5f43c..304540e1 100644 --- a/.github/workflows/gh-aw-flaky-test-triage.lock.yml +++ b/.github/workflows/gh-aw-flaky-test-triage.lock.yml @@ -35,7 +35,7 @@ # - gh-aw-fragments/scheduled-report.md # - gh-aw-fragments/workflow-edit-guardrails.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"e80618ff89cf686be4ada1b392baa63a993498df4d5bf02e25e23c7dfbf133dd"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"9822175a557aec475463ebeb16f3b0473ce046563452b1e26e6a10c75b4afd46"} name: "Flaky Test Triage" "on": diff --git a/.github/workflows/gh-aw-flaky-test-triage.md b/.github/workflows/gh-aw-flaky-test-triage.md index 5204a435..f309118b 100644 --- a/.github/workflows/gh-aw-flaky-test-triage.md +++ b/.github/workflows/gh-aw-flaky-test-triage.md @@ -1,4 +1,5 @@ --- +name: "Flaky Test Triage" description: "Investigate flaky tests from issues and failed CI runs; file triage reports" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-issue-triage-pr.lock.yml b/.github/workflows/gh-aw-issue-triage-pr.lock.yml index 2a65796b..2b8841c5 100644 --- a/.github/workflows/gh-aw-issue-triage-pr.lock.yml +++ b/.github/workflows/gh-aw-issue-triage-pr.lock.yml @@ -35,7 +35,7 @@ # - gh-aw-fragments/safe-output-create-pr.md # - gh-aw-fragments/workflow-edit-guardrails.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"177dd6c8b24f3d1cf539c2cc058fa1bb22250b4703380db77180828721c28352"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"a3928174a4a6b2312b977e3f47a9d731dcd99dec9b8ad9b311a7c8928159c70c"} name: "Issue Triage (with PR)" "on": diff --git a/.github/workflows/gh-aw-issue-triage-pr.md b/.github/workflows/gh-aw-issue-triage-pr.md index 36678764..179c5436 100644 --- a/.github/workflows/gh-aw-issue-triage-pr.md +++ b/.github/workflows/gh-aw-issue-triage-pr.md @@ -1,4 +1,5 @@ --- +name: "Issue Triage (with PR)" description: "Investigate new issues and provide actionable triage analysis with optional PR creation" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-issue-triage.lock.yml b/.github/workflows/gh-aw-issue-triage.lock.yml index 47eff679..9d80fc40 100644 --- a/.github/workflows/gh-aw-issue-triage.lock.yml +++ b/.github/workflows/gh-aw-issue-triage.lock.yml @@ -33,7 +33,7 @@ # - gh-aw-fragments/runtime-setup.md # - gh-aw-fragments/safe-output-add-comment.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"3209f313fbbeeaed646c8b3444202b3a8fb26d9541009e826f48d158a763527e"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"e94459147270a05efe43bf03a24d4045e6ef4ff49e86e34a686ba5d9fbc0d043"} name: "Issue Triage" "on": diff --git a/.github/workflows/gh-aw-issue-triage.md b/.github/workflows/gh-aw-issue-triage.md index 1258e45b..ca056695 100644 --- a/.github/workflows/gh-aw-issue-triage.md +++ b/.github/workflows/gh-aw-issue-triage.md @@ -1,4 +1,5 @@ --- +name: "Issue Triage" description: "Investigate new issues and provide actionable triage analysis" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-mention-in-issue.lock.yml b/.github/workflows/gh-aw-mention-in-issue.lock.yml index 5e876cb1..80acfba9 100644 --- a/.github/workflows/gh-aw-mention-in-issue.lock.yml +++ b/.github/workflows/gh-aw-mention-in-issue.lock.yml @@ -36,7 +36,7 @@ # - gh-aw-fragments/safe-output-create-pr.md # - gh-aw-fragments/workflow-edit-guardrails.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"5684985492be2f322bb3824f14c6a3ffea770ff34c916e8ef1d8b86bf885c8b2"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"4d5dbf51f8e12caa1ab17cef6e4b13c9c130c531b9324032c38e1e743264b462"} name: "Mention in Issue" "on": diff --git a/.github/workflows/gh-aw-mention-in-issue.md b/.github/workflows/gh-aw-mention-in-issue.md index 1ec4cf08..a4227e88 100644 --- a/.github/workflows/gh-aw-mention-in-issue.md +++ b/.github/workflows/gh-aw-mention-in-issue.md @@ -1,4 +1,5 @@ --- +name: "Mention in Issue" description: "AI assistant for issues — answer questions, debug, and create PRs on demand" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-mention-in-pr.lock.yml b/.github/workflows/gh-aw-mention-in-pr.lock.yml index 067c3f00..85227b06 100644 --- a/.github/workflows/gh-aw-mention-in-pr.lock.yml +++ b/.github/workflows/gh-aw-mention-in-pr.lock.yml @@ -39,7 +39,7 @@ # - gh-aw-fragments/safe-output-submit-review.md # - gh-aw-fragments/workflow-edit-guardrails.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"f5ef36b3a50ba4b6b6ee1e53893e9e33ea5b9d7f04c17b61f837c1f6dbae1f21"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"5b3e245e5facdc6dffd46b9743163cac46825dfd6b17c0ec9732dc56efae216c"} name: "Mention in PR" "on": diff --git a/.github/workflows/gh-aw-mention-in-pr.md b/.github/workflows/gh-aw-mention-in-pr.md index 896038ab..ccbaaab9 100644 --- a/.github/workflows/gh-aw-mention-in-pr.md +++ b/.github/workflows/gh-aw-mention-in-pr.md @@ -1,4 +1,5 @@ --- +name: "Mention in PR" description: "AI assistant for PRs — review, fix code, and push changes on demand" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-performance-profiler.lock.yml b/.github/workflows/gh-aw-performance-profiler.lock.yml index 109d7a3f..411f49af 100644 --- a/.github/workflows/gh-aw-performance-profiler.lock.yml +++ b/.github/workflows/gh-aw-performance-profiler.lock.yml @@ -36,7 +36,7 @@ # - gh-aw-fragments/scheduled-report.md # - gh-aw-fragments/workflow-edit-guardrails.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"9685b8338703dfe934055d6a84802118dc54945beab768ca1ddd96a843a0377d"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"10d210d6a35a6c8a1eda5f2020752e020b7eb7dc903a8630e91e899473c41875"} name: "Performance Profiler" "on": diff --git a/.github/workflows/gh-aw-performance-profiler.md b/.github/workflows/gh-aw-performance-profiler.md index b70aa995..6358e5fb 100644 --- a/.github/workflows/gh-aw-performance-profiler.md +++ b/.github/workflows/gh-aw-performance-profiler.md @@ -1,4 +1,5 @@ --- +name: "Performance Profiler" description: "Identify hot paths, profile code, and propose meaningful performance improvements" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-pr-ci-fixer.lock.yml b/.github/workflows/gh-aw-pr-ci-fixer.lock.yml index 022eaa42..7e4fa6af 100644 --- a/.github/workflows/gh-aw-pr-ci-fixer.lock.yml +++ b/.github/workflows/gh-aw-pr-ci-fixer.lock.yml @@ -35,7 +35,7 @@ # - gh-aw-fragments/safe-output-push-to-pr.md # - gh-aw-fragments/workflow-edit-guardrails.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"b461315b47a4fbe1eff2dcb18279c2ab0d4ebc0c6a38467fe5c17d446e31d7f2"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"ebe7a43073688cbe96c7448df7124638457ab018060da9906b79720a2f569701"} name: "PR CI Fixer" "on": diff --git a/.github/workflows/gh-aw-pr-review.lock.yml b/.github/workflows/gh-aw-pr-review.lock.yml index ac96e354..0722cc37 100644 --- a/.github/workflows/gh-aw-pr-review.lock.yml +++ b/.github/workflows/gh-aw-pr-review.lock.yml @@ -36,7 +36,7 @@ # - gh-aw-fragments/safe-output-review-comment.md # - gh-aw-fragments/safe-output-submit-review.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"7de3606c3cf3f583533fc0b6b69a3cd126267c053bffcda7b734b790e5b5ee32"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"acd461b0089ef5c9beb4e8a04c8b222617f91b91bb662d57c578d723a15a3ec2"} name: "PR Review" "on": diff --git a/.github/workflows/gh-aw-pr-review.md b/.github/workflows/gh-aw-pr-review.md index d2220c2e..e755b8ee 100644 --- a/.github/workflows/gh-aw-pr-review.md +++ b/.github/workflows/gh-aw-pr-review.md @@ -1,4 +1,5 @@ --- +name: "PR Review" description: "AI code review with inline comments on pull requests" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-project-summary.lock.yml b/.github/workflows/gh-aw-project-summary.lock.yml index a0008b9a..6ed13f62 100644 --- a/.github/workflows/gh-aw-project-summary.lock.yml +++ b/.github/workflows/gh-aw-project-summary.lock.yml @@ -35,7 +35,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"b151dc9399092090c7af174abb3d037c93662d90c245d427e8594bd19a6ef57e"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"40abe98423339c8528d909aaec65d6dea2f1b3203bdb4ca675386d3a6d9b5ca0"} name: "Project Summary" "on": diff --git a/.github/workflows/gh-aw-project-summary.md b/.github/workflows/gh-aw-project-summary.md index 0a61dc84..9d307040 100644 --- a/.github/workflows/gh-aw-project-summary.md +++ b/.github/workflows/gh-aw-project-summary.md @@ -1,4 +1,5 @@ --- +name: "Project Summary" description: "Create periodic project summary issues covering recent activity and priorities" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-semantic-function-clustering.lock.yml b/.github/workflows/gh-aw-semantic-function-clustering.lock.yml index 185ea59b..af24fa89 100644 --- a/.github/workflows/gh-aw-semantic-function-clustering.lock.yml +++ b/.github/workflows/gh-aw-semantic-function-clustering.lock.yml @@ -34,7 +34,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"6a3e1351d210844f6a71366eb5a056d4a645a28f18c0de3417d685a5e1173745"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"ba4518c74cf7b7fc624b500f2a88170acf0643d39754c3b3d5419854f1028b5f"} name: "Semantic Function Clustering" "on": diff --git a/.github/workflows/gh-aw-semantic-function-clustering.md b/.github/workflows/gh-aw-semantic-function-clustering.md index 808a3f4a..41bfb3e4 100644 --- a/.github/workflows/gh-aw-semantic-function-clustering.md +++ b/.github/workflows/gh-aw-semantic-function-clustering.md @@ -1,4 +1,5 @@ --- +name: "Semantic Function Clustering" description: "Analyze source code for semantic function clustering and refactoring opportunities" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-stale-issues.lock.yml b/.github/workflows/gh-aw-stale-issues.lock.yml index 0f9adff0..ef812311 100644 --- a/.github/workflows/gh-aw-stale-issues.lock.yml +++ b/.github/workflows/gh-aw-stale-issues.lock.yml @@ -34,7 +34,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"8474390ffffb2aa4b156e3bddf9f8dd06af35ca1cb45360c8395823245ba39ec"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"1ce8d8e548b56188f9ee61deab959528492e8f8bca69b39134668d0403613afe"} name: "Stale Issues" "on": diff --git a/.github/workflows/gh-aw-stale-issues.md b/.github/workflows/gh-aw-stale-issues.md index a656d576..f11f416e 100644 --- a/.github/workflows/gh-aw-stale-issues.md +++ b/.github/workflows/gh-aw-stale-issues.md @@ -1,4 +1,5 @@ --- +name: "Stale Issues" description: "Find open issues that appear to already be resolved and recommend closing them" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-test-improvement.lock.yml b/.github/workflows/gh-aw-test-improvement.lock.yml index 9490da4e..dd8c10e3 100644 --- a/.github/workflows/gh-aw-test-improvement.lock.yml +++ b/.github/workflows/gh-aw-test-improvement.lock.yml @@ -34,7 +34,7 @@ # - gh-aw-fragments/safe-output-create-pr.md # - gh-aw-fragments/workflow-edit-guardrails.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"51869d3bef543f2b9d58f037350d2d3d2c57b8a762fe3e7eeb052b8131d1dca9"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"c771f91238f21abf0f1589dcbe5a460c4af08df2f1f8792b4f7ae47ee8b2439a"} name: "Test Improvement" "on": diff --git a/.github/workflows/gh-aw-test-improvement.md b/.github/workflows/gh-aw-test-improvement.md index 9fa5d0ec..dab6da32 100644 --- a/.github/workflows/gh-aw-test-improvement.md +++ b/.github/workflows/gh-aw-test-improvement.md @@ -1,4 +1,5 @@ --- +name: "Test Improvement" description: "Add focused tests for under-tested code and clean up redundant tests" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-update-pr-body.lock.yml b/.github/workflows/gh-aw-update-pr-body.lock.yml index 09033d95..f30fc925 100644 --- a/.github/workflows/gh-aw-update-pr-body.lock.yml +++ b/.github/workflows/gh-aw-update-pr-body.lock.yml @@ -33,7 +33,7 @@ # - gh-aw-fragments/runtime-setup.md # - gh-aw-fragments/safe-output-update-pr.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"8832e5e3d7cfc7d875f5b7ef41bf62f1e12f36bdd0c55e1788086b6140e0faf0"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"614d43935c217f6ec4f45f608e472e7df8ee41a9acd89932c80e02c9666b4f55"} name: "Update PR Body" "on": diff --git a/.github/workflows/gh-aw-update-pr-body.md b/.github/workflows/gh-aw-update-pr-body.md index 8ca3304c..e8559a40 100644 --- a/.github/workflows/gh-aw-update-pr-body.md +++ b/.github/workflows/gh-aw-update-pr-body.md @@ -1,4 +1,5 @@ --- +name: "Update PR Body" description: "Keep pull request bodies in sync with the code changes on every commit" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-upgrade-check.lock.yml b/.github/workflows/gh-aw-upgrade-check.lock.yml index c2cdb326..1b3fe227 100644 --- a/.github/workflows/gh-aw-upgrade-check.lock.yml +++ b/.github/workflows/gh-aw-upgrade-check.lock.yml @@ -33,7 +33,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"07e828894de25d4344b858bb0cceaacc2a3b27f1b671a7c65c1373d9b862bd07"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"1e269a49ecfc3701a0a79d6ffa2f339591c3121f55bfcbef222b4312e3153608"} name: "Upgrade Check" "on": diff --git a/.github/workflows/gh-aw-upgrade-check.md b/.github/workflows/gh-aw-upgrade-check.md index f318e645..c48b7ddb 100644 --- a/.github/workflows/gh-aw-upgrade-check.md +++ b/.github/workflows/gh-aw-upgrade-check.md @@ -1,4 +1,5 @@ --- +name: "Upgrade Check" description: "Check for gh-aw releases and assess whether our workflows need upgrading" imports: - gh-aw-fragments/elastic-tools.md diff --git a/.github/workflows/gh-aw-workflow-drift.lock.yml b/.github/workflows/gh-aw-workflow-drift.lock.yml index 47b6e95f..17d1a307 100644 --- a/.github/workflows/gh-aw-workflow-drift.lock.yml +++ b/.github/workflows/gh-aw-workflow-drift.lock.yml @@ -33,7 +33,7 @@ # - gh-aw-fragments/safe-output-create-issue.md # - gh-aw-fragments/scheduled-report.md # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"f360f10e231275141173e3958b2ccd4527b700582288c708c6abfc98ab9d27a1"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"a5f7daa503d97c2ce3d73b0b516d96b56afe7e1122dcbe141fc6d0d854d346d9"} name: "Workflow Drift" "on": diff --git a/.github/workflows/gh-aw-workflow-drift.md b/.github/workflows/gh-aw-workflow-drift.md index f16ee6e8..c80bbbd8 100644 --- a/.github/workflows/gh-aw-workflow-drift.md +++ b/.github/workflows/gh-aw-workflow-drift.md @@ -1,4 +1,5 @@ --- +name: "Workflow Drift" description: "Detect workflow drift — where one or more workflows have fallen behind a pattern adopted by most others" imports: - gh-aw-fragments/elastic-tools.md