mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-09-01 09:09:19 +00:00
fix(ci): add labeled trigger — gh pr create adds label after opened event [skip-regression-check]
gh pr create --label adds the label AFTER the PR is created, so the opened event fires without the label. The if condition checking for staging-promotion label fails. Adding labeled trigger type fixes this. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
fdfc5fbccc
commit
e55b160a2e
@@ -2,7 +2,7 @@ name: Claude Code Review
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened]
|
types: [opened, labeled]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user