From 44d6fa9d57d4f46269fb825a345f52e939fbacfc Mon Sep 17 00:00:00 2001 From: Rodin Date: Sun, 10 May 2026 08:47:36 -0700 Subject: [PATCH] ci: always run ready gate on synchronize Remove conditional - just always try to clear the labels. The curl commands handle missing labels gracefully with || true. --- .gitea/workflows/pr-ready-gate.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/pr-ready-gate.yml b/.gitea/workflows/pr-ready-gate.yml index b037eac..b50b867 100644 --- a/.gitea/workflows/pr-ready-gate.yml +++ b/.gitea/workflows/pr-ready-gate.yml @@ -7,9 +7,7 @@ on: jobs: clear-labels: runs-on: ubuntu-24.04 - if: | - contains(github.event.pull_request.labels.*.name, 'ready') || - contains(github.event.pull_request.labels.*.name, 'self-reviewed') + # Always run - curl commands are safe if labels don't exist steps: - name: Remove ready and self-reviewed labels, reassign to author env: