ci: always run ready gate on synchronize
CI / test (push) Successful in 13s
CI / review (/anthropic/v1, anthropic--claude-4.6-sonnet, sonnet, anthropic, SONNET_REVIEW_TOKEN) (push) Has been skipped
CI / review (/openai/v1, gpt-5, gpt, openai, GPT_REVIEW_TOKEN) (push) Has been skipped
CI / review (/openai/v1, gpt-5, security, openai, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (push) Has been skipped

Remove conditional - just always try to clear the labels. The curl
commands handle missing labels gracefully with || true.
This commit is contained in:
Rodin
2026-05-10 08:47:36 -07:00
parent 4ea41e164e
commit 44d6fa9d57
+1 -3
View File
@@ -7,9 +7,7 @@ on:
jobs: jobs:
clear-labels: clear-labels:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
if: | # Always run - curl commands are safe if labels don't exist
contains(github.event.pull_request.labels.*.name, 'ready') ||
contains(github.event.pull_request.labels.*.name, 'self-reviewed')
steps: steps:
- name: Remove ready and self-reviewed labels, reassign to author - name: Remove ready and self-reviewed labels, reassign to author
env: env: