Skip to content
Closed
Changes from 6 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
636684c
test: use feature/langchain-analysis branch for testing
stranske Jan 2, 2026
c9268d0
test: use feature/langchain-analysis branch for testing
stranske Jan 2, 2026
cac0871
fix: pass workflows_ref to reusable workflow
stranske Jan 2, 2026
b7b405f
fix: pass workflows_ref to reusable workflow
stranske Jan 2, 2026
595e933
fix: pass workflows_ref to reusable workflow
stranske Jan 2, 2026
bba3b3f
fix: pass workflows_ref to reusable workflow
stranske Jan 2, 2026
8c920f7
chore(codex-keepalive): apply updates (PR #136)
github-actions[bot] Jan 2, 2026
35c3fc5
chore(codex-autofix): apply updates (PR #136)
github-actions[bot] Jan 2, 2026
53cb65d
chore: switch to @main after feature branch merge
stranske Jan 2, 2026
e7f3e90
chore: switch to @main after feature branch merge
stranske Jan 2, 2026
86179fa
chore: switch to @main after feature branch merge
stranske Jan 2, 2026
e8e6112
chore(codex-keepalive): apply updates (PR #136)
github-actions[bot] Jan 2, 2026
640f452
chore(autofix): formatting/lint
github-actions[bot] Jan 2, 2026
70816f0
fix: replace all feature/langchain-analysis refs with main
stranske Jan 2, 2026
d2a9747
fix: replace all feature/langchain-analysis refs with main
stranske Jan 2, 2026
0cb8e72
fix: replace all feature/langchain-analysis refs with main
stranske Jan 2, 2026
ffe348c
fix: replace all feature/langchain-analysis refs with main
stranske Jan 2, 2026
ddd84c5
Merge main to get synced workflow templates
stranske Jan 2, 2026
e804c0b
fix: add models:read permission for GitHub Models API
stranske Jan 2, 2026
496de16
Merge main to get models:read permission
stranske Jan 2, 2026
d62f567
feat: document LLM provider support
Jan 2, 2026
6fdfb9e
chore(codex-keepalive): apply updates (PR #136)
github-actions[bot] Jan 2, 2026
642cd65
test: trigger Gate for LLM analysis validation
stranske Jan 3, 2026
ba01b46
test: trigger Gate for LLM analysis validation
stranske Jan 3, 2026
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
9 changes: 5 additions & 4 deletions .github/workflows/agents-keepalive-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: stranske/Workflows
ref: main
ref: feature/langchain-analysis
Comment thread
stranske marked this conversation as resolved.
Outdated
sparse-checkout: |
.github/scripts
sparse-checkout-cone-mode: false
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: stranske/Workflows
ref: main
ref: feature/langchain-analysis
sparse-checkout: |
.github/scripts
sparse-checkout-cone-mode: false
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
- preflight
- mark-running
if: needs.evaluate.outputs.agent_type == 'codex'
uses: stranske/Workflows/.github/workflows/reusable-codex-run.yml@main
uses: stranske/Workflows/.github/workflows/reusable-codex-run.yml@feature/langchain-analysis
secrets:
CODEX_AUTH_JSON: ${{ secrets.CODEX_AUTH_JSON }}
WORKFLOWS_APP_ID: ${{ secrets.WORKFLOWS_APP_ID }}
Expand All @@ -330,6 +330,7 @@ jobs:
pr_ref: ${{ needs.evaluate.outputs.pr_ref }}
appendix: ${{ needs.evaluate.outputs.task_appendix }}
iteration: ${{ needs.evaluate.outputs.iteration }}
workflows_ref: feature/langchain-analysis
Comment thread
stranske marked this conversation as resolved.
Outdated

summary:
name: Update keepalive summary
Expand All @@ -345,7 +346,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: stranske/Workflows
ref: main
ref: feature/langchain-analysis
sparse-checkout: |
.github/scripts
sparse-checkout-cone-mode: false
Expand Down
Loading