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
19 changes: 19 additions & 0 deletions .github/workflows/smoke-claude.lock.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/smoke-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ safe-outputs:
create-issue:
timeout_minutes: 10
strict: true
jobs:
investigate-on-failure:
if: failure()
needs: agent
uses: ./.github/workflows/smoke-detector.lock.yml
permissions:
contents: read
pull-requests: read
actions: read
with:
workflow_name: Smoke Claude
run_id: ${{ github.run_id }}
run_number: ${{ github.run_number }}
conclusion: failure
html_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
head_sha: ${{ github.sha }}
---

Review the last 5 merged pull requests in this repository and post summary in an issue.
19 changes: 19 additions & 0 deletions .github/workflows/smoke-codex.lock.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/smoke-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ safe-outputs:
create-issue:
timeout_minutes: 10
strict: true
jobs:
investigate-on-failure:
if: failure()
needs: agent
uses: ./.github/workflows/smoke-detector.lock.yml
permissions:
contents: read
pull-requests: read
actions: read
with:
workflow_name: Smoke Codex
run_id: ${{ github.run_id }}
run_number: ${{ github.run_number }}
conclusion: failure
html_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
head_sha: ${{ github.sha }}
---

Review the last 5 merged pull requests in this repository and post summary in an issue.
19 changes: 19 additions & 0 deletions .github/workflows/smoke-copilot.lock.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/smoke-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@ safe-outputs:
create-issue:
timeout_minutes: 10
strict: true
jobs:
investigate-on-failure:
if: failure()
needs: agent
uses: ./.github/workflows/smoke-detector.lock.yml
permissions:
contents: read
pull-requests: read
actions: read
with:
workflow_name: Smoke Copilot
run_id: ${{ github.run_id }}
run_number: ${{ github.run_number }}
conclusion: failure
html_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
head_sha: ${{ github.sha }}
---

Review the last 5 merged pull requests in this repository and post summary in an issue.
Loading
Loading