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
3 changes: 3 additions & 0 deletions .github/workflows/sweep-dashboard-data-scope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — no current owner. Re-enable by removing this
# `if: false` line via a reviewed PR so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-code-quality-audit.lock.yml@v0
with:
title-prefix: "[dashboard-data-scope]"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sweep-field-mapping-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — no current owner. Re-enable by removing this
# `if: false` line via a reviewed PR so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-code-quality-audit.lock.yml@v0
with:
title-prefix: "[field-mapping-conflicts]"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sweep-httpjson-pagination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — no current owner. Re-enable by removing this
# `if: false` line via a reviewed PR so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-code-quality-audit.lock.yml@v0
with:
title-prefix: "[httpjson-pagination]"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sweep-ingest-pipeline-safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — no current owner. Re-enable by removing this
# `if: false` line via a reviewed PR so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-code-quality-audit.lock.yml@v0
with:
title-prefix: "[ingest-pipeline-safety]"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sweep-pipeline-error-handling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — no current owner. Re-enable by removing this
# `if: false` line via a reviewed PR so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-code-quality-audit.lock.yml@v0
with:
title-prefix: "[pipeline-error-handling]"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/trigger-breaking-change-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — no current owner. Re-enable by removing this
# `if: false` line via a reviewed PR so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-breaking-change-detector.lock.yml@v0
with:
additional-instructions: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/trigger-bug-hunter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — this workflow has no current owner. Re-enabling
# requires removing this line via a reviewed PR, so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-bug-hunter.lock.yml@v0
3 changes: 3 additions & 0 deletions .github/workflows/trigger-docs-patrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — no current owner. Re-enable by removing this
# `if: false` line via a reviewed PR so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-docs-patrol.lock.yml@v0
with:
title-prefix: "[docs-patrol]"
3 changes: 3 additions & 0 deletions .github/workflows/trigger-duplicate-issue-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — no current owner. Re-enable by removing this
# `if: false` line via a reviewed PR so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-duplicate-issue-detector.lock.yml@v0
with:
detect-related-issues: false
10 changes: 7 additions & 3 deletions .github/workflows/trigger-issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
run:
# Access control is enforced by the upstream reusable workflow pre_activation
# check (required roles: admin, maintainer, write).
if: >-
github.event.action == 'opened' ||
(github.event.action == 'labeled' && github.event.label.name == 'claude-plz-triage')
#
# Disabled 2026-07-02 — no current owner. To re-enable, remove `if: false`
# and restore the original activation condition below via a reviewed PR:
# if: >-
# github.event.action == 'opened' ||
# (github.event.action == 'labeled' && github.event.label.name == 'claude-plz-triage')
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-issue-triage.lock.yml@v0
with:
setup-commands: |
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/trigger-mention-in-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
run:
# Access control is enforced by the upstream reusable workflow pre_activation
# check (required roles: admin, maintainer, write).
if: >-
github.event.issue.pull_request == null &&
(startsWith(github.event.comment.body, '/ai') || contains(github.event.comment.body, '@claude'))
#
# Disabled 2026-07-02 — no current owner. To re-enable, remove `if: false`
# and restore the original activation condition below via a reviewed PR:
# if: >-
# github.event.issue.pull_request == null &&
# (startsWith(github.event.comment.body, '/ai') || contains(github.event.comment.body, '@claude'))
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-mention-in-issue.lock.yml@v0
with:
setup-commands: |
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/trigger-mention-in-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:
run:
# Access control is enforced by the upstream reusable workflow pre_activation
# check (required roles: admin, maintainer, write).
if: >-
(startsWith(github.event.comment.body, '/ai') || contains(github.event.comment.body, '@claude')) &&
(github.event.issue.pull_request != null || github.event_name == 'pull_request_review_comment')
#
# Disabled 2026-07-02 — no current owner. To re-enable, remove `if: false`
# and restore the original activation condition below via a reviewed PR:
# if: >-
# (startsWith(github.event.comment.body, '/ai') || contains(github.event.comment.body, '@claude')) &&
# (github.event.issue.pull_request != null || github.event_name == 'pull_request_review_comment')
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-mention-in-pr.lock.yml@v0
with:
setup-commands: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/trigger-newbie-contributor-patrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — no current owner. Re-enable by removing this
# `if: false` line via a reviewed PR so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-newbie-contributor-patrol.lock.yml@v0
11 changes: 7 additions & 4 deletions .github/workflows/trigger-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ permissions:

jobs:
run:
if: >-
(contains(fromJSON('["Copilot","dependabot[bot]","github-actions[bot]"]'), github.event.pull_request.user.login)) &&
github.event.pull_request.draft == false &&
!contains(github.event.pull_request.labels.*.name, 'no-pr-review')
# Disabled 2026-07-02 — no current owner. To re-enable, remove `if: false`
# and restore the original activation condition below via a reviewed PR:
# if: >-
# (contains(fromJSON('["Copilot","dependabot[bot]","github-actions[bot]"]'), github.event.pull_request.user.login)) &&
# github.event.pull_request.draft == false &&
# !contains(github.event.pull_request.labels.*.name, 'no-pr-review')
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-pr-review.lock.yml@v0
with:
intensity: aggressive
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/trigger-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — no current owner. Re-enable by removing this
# `if: false` line via a reviewed PR so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-stale-issues.lock.yml@v0
3 changes: 3 additions & 0 deletions .github/workflows/trigger-text-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ permissions:

jobs:
run:
# Disabled 2026-07-02 — no current owner. Re-enable by removing this
# `if: false` line via a reviewed PR so the change is visible.
if: false
uses: elastic/ai-github-actions/.github/workflows/gh-aw-text-auditor.lock.yml@v0
with:
title-prefix: "[text-auditor]"
Loading