Skip to content

Commit 195f0e9

Browse files
Mossakaclaude
andauthored
fix: run smoke-codex on every PR instead of label trigger (#573)
Change smoke-codex workflow trigger from `pull_request: types: [labeled]` to `types: [opened, synchronize, reopened]`, consistent with smoke-copilot and smoke-claude. Remove the now-unnecessary `remove-labels` safe-output. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 71c996b commit 195f0e9

2 files changed

Lines changed: 30 additions & 64 deletions

File tree

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

Lines changed: 29 additions & 59 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: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
schedule: every 12h
55
workflow_dispatch:
66
pull_request:
7-
types: [labeled]
8-
names: ["smoke"]
7+
types: [opened, synchronize, reopened]
98
reaction: "hooray"
109
permissions:
1110
contents: read
@@ -46,8 +45,6 @@ safe-outputs:
4645
close-older-issues: true
4746
add-labels:
4847
allowed: [smoke-codex]
49-
remove-labels:
50-
allowed: [smoke]
5148
hide-comment:
5249
messages:
5350
footer: "> 🔮 *The oracle has spoken through [{workflow_name}]({run_url})*"
@@ -86,4 +83,3 @@ Use the `add_comment` tool to add a **mystical oracle-themed comment** to the la
8683

8784
If all tests pass:
8885
- Use the `add_labels` safe-output tool to add the label `smoke-codex` to the pull request
89-
- Use the `remove_labels` safe-output tool to remove the label `smoke` from the pull request

0 commit comments

Comments
 (0)