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
2 changes: 1 addition & 1 deletion .github/workflows/constraint-solving-potd.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/constraint-solving-potd.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ safe-outputs:
title-prefix: "🧩 Constraint Solving POTD:"
labels: [constraint-solving, problem-of-the-day]
close-older-discussions: true
expires: 7
expires: 7d
---

# Constraint Solving — Problem of the Day
Expand Down Expand Up @@ -116,4 +116,4 @@ List 2–4 seminal or accessible references:

When you have written the problem discussion, post it using `create-discussion`.

If today's category was recently covered and you cannot find a sufficiently different problem, call `noop` with an explanation of why you skipped.
If today's category was recently covered and you cannot find a sufficiently different problem, call `noop` with an explanation of why you skipped.
2 changes: 1 addition & 1 deletion .github/workflows/contribution-check.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/contribution-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ safe-outputs:
labels:
- contribution-report
close-older-issues: true
expires: 1
expires: 1d
add-labels:
allowed: [spam, needs-work, outdated, lgtm]
max: 4
Expand Down Expand Up @@ -185,4 +185,4 @@ If any subagent call failed (❓), also apply `outdated`.

```json
{"noop": {"message": "No action needed: [brief explanation of what was analyzed and why]"}}
```
```
2 changes: 1 addition & 1 deletion .github/workflows/daily-architecture-diagram.lock.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/daily-architecture-diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ safe-outputs:
title-prefix: "🏗️ Architecture Diagram:"
labels: [architecture, diagram]
close-older-issues: true
expires: 7
expires: 7d
max: 1
create-pull-request:
expires: 7
expires: 7d
title-prefix: "[architecture] "
labels: [architecture, diagram, documentation]
noop:
Expand Down Expand Up @@ -207,4 +207,4 @@ This diagram shows the package structure and dependencies of the `gh-aw` codebas
````

- When the diagram **changes**: update `scratchpad/architecture.md` via `create_pull_request` with a PR titled `[architecture] Update architecture diagram - <date>`.
- When the diagram is **unchanged** (noop path): skip the scratchpad update entirely.
- When the diagram is **unchanged** (noop path): skip the scratchpad update entirely.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-claude.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/smoke-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Smoke Claude
engine:
id: claude
max-turns: 100
strict: true
strict: false
inlined-imports: true
imports:
- shared/mcp-pagination.md
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke-codex.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/smoke-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
pull-requests: read
name: Smoke Codex
engine: codex
strict: true
strict: false
imports:
- shared/gh.md
- shared/reporting.md
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke-copilot-arm.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/smoke-copilot-arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ safe-outputs:
run-success: "📰 VERDICT: [{workflow_name}]({run_url}) has concluded. All systems operational. This is a developing story. 🎤"
run-failure: "📰 DEVELOPING STORY: [{workflow_name}]({run_url}) reports {status}. Our correspondents are investigating the incident..."
timeout-minutes: 15
strict: true
strict: false
---

# Smoke Test: Copilot Engine Validation (ARM64)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke-copilot.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/smoke-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ safe-outputs:
run-success: "📰 VERDICT: [{workflow_name}]({run_url}) has concluded. All systems operational. This is a developing story. 🎤"
run-failure: "📰 DEVELOPING STORY: [{workflow_name}]({run_url}) reports {status}. Our correspondents are investigating the incident..."
timeout-minutes: 15
strict: true
strict: false
---

# Smoke Test: Copilot Engine Validation
Expand Down
Loading
Loading