Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/agent-deep-dive.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/agent-deep-dive.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
inlined-imports: true
name: "Agent Deep Dive"
name: "Internal: Agent Deep Dive"
description: "Deep dive a specific agent workflow's recent runs to understand behavior and surface detailed recommendations"
imports:
- gh-aw-fragments/elastic-tools.md
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/agent-efficiency.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/agent-efficiency.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
inlined-imports: true
name: "Agent Efficiency"
name: "Internal: Agent Efficiency"
description: "Analyze agent workflow logs for inefficiencies, errors, and prompt improvement opportunities"
imports:
- gh-aw-fragments/elastic-tools.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agentics-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# in create-discussions, create-issues, or create-pull-request safe-outputs configuration.
# Schedule frequency is automatically determined by the shortest expiration time.
#
name: Agentic Maintenance
name: "Internal: Agentic Maintenance"

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: CI
name: "Internal: CI"
on:
push:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-mention-in-issue.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dogfood: @claude mentions on issues using local composite action
name: Claude Mention (Issue)
name: "Internal: Claude Mention (Issue)"

on:
issue_comment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-mention-in-pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dogfood: @claude mentions on PRs using local composite action
name: Claude Mention (PR)
name: "Internal: Claude Mention (PR)"

on:
issue_comment:
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/downstream-users.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/downstream-users.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
inlined-imports: true
name: "Downstream Users"
name: "Internal: Downstream Users"
description: "Track downstream public repo usage of elastic/ai-github-actions and update data"
imports:
- gh-aw-fragments/elastic-tools.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimize-resolved-pr-reviews.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Minimize Resolved Reviews
name: "Internal: Minimize Resolved Reviews"

on:
pull_request_review:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docs
name: "Internal: Docs"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - elastic/ai-github-actions/...@v0 (latest v0.x.x)
# - elastic/ai-github-actions/...@v0.1.0 (exact version)

name: Release
name: "Internal: Release"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Smoke Test — Install & Compile
name: "Internal: Smoke Test — Install & Compile"
on:
schedule:
- cron: "0 6 * * *" # Daily at 06:00 UTC
Expand Down
Loading
Loading