Skip to content

Commit 2f2b0f6

Browse files
authored
Merge branch 'main' into firewall-claude
2 parents 020c4e5 + 4e34ebc commit 2f2b0f6

21 files changed

+4979
-394
lines changed

.github/workflows/daily-fact.lock.yml

Lines changed: 417 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-file-diet.lock.yml

Lines changed: 417 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/duplicate-code-detector.lock.yml

Lines changed: 417 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-claude.lock.yml

Lines changed: 796 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-claude.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
types: [labeled]
99
names: ["smoke"]
10+
reaction: "heart"
1011
permissions:
1112
contents: read
1213
issues: read
@@ -35,9 +36,10 @@ tools:
3536
- "*"
3637
serena: ["go"]
3738
safe-outputs:
38-
staged: true
3939
add-comment:
4040
create-issue:
41+
add-labels:
42+
allowed: [smoke-claude]
4143
timeout-minutes: 10
4244
---
4345

@@ -59,4 +61,6 @@ Add a comment to the current pull request with:
5961
- File writing test result (success/failure)
6062
- Bash tool test result (file content verification)
6163
- Playwright test result (page title verification)
62-
- Overall smoke test status for **Claude engine**
64+
- Overall smoke test status for **Claude engine**
65+
66+
If all tests pass successfully, add the label `smoke-claude` to the pull request.

.github/workflows/smoke-codex.lock.yml

Lines changed: 1223 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-codex.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
types: [labeled]
99
names: ["smoke"]
10+
reaction: "hooray"
1011
permissions:
1112
contents: read
1213
issues: read
@@ -29,9 +30,10 @@ tools:
2930
- "*"
3031
serena: ["go"]
3132
safe-outputs:
32-
staged: true
3333
add-comment:
3434
create-issue:
35+
add-labels:
36+
allowed: [smoke-codex]
3537
timeout-minutes: 10
3638
---
3739

@@ -53,4 +55,6 @@ Add a comment to the current pull request with:
5355
- File writing test result (success/failure)
5456
- Bash tool test result (file content verification)
5557
- Playwright test result (page title verification)
56-
- Overall smoke test status for **Codex engine**
58+
- Overall smoke test status for **Codex engine**
59+
60+
If all tests pass successfully, add the label `smoke-codex` to the pull request.

.github/workflows/smoke-copilot-no-firewall.lock.yml

Lines changed: 793 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-copilot-no-firewall.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
types: [labeled]
99
names: ["smoke"]
10+
reaction: "+1"
1011
permissions:
1112
contents: read
1213
pull-requests: read
@@ -30,9 +31,10 @@ tools:
3031
- github.com
3132
serena: ["go"]
3233
safe-outputs:
33-
staged: true
3434
add-comment:
3535
create-issue:
36+
add-labels:
37+
allowed: [smoke-copilot-no-firewall]
3638
timeout-minutes: 10
3739
strict: false
3840
---
@@ -56,3 +58,5 @@ Add a comment to the current pull request with:
5658
- Bash tool test result (file content verification)
5759
- Playwright test result (page title verification)
5860
- Overall smoke test status for **Copilot engine** (no firewall variant)
61+
62+
If all tests pass successfully, add the label `smoke-copilot-no-firewall` to the pull request.

0 commit comments

Comments
 (0)