From f4045dbe23282b594ea448a8ed0aebe2714f65cc Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Sat, 13 Jun 2026 20:48:48 +0200 Subject: [PATCH] fix(automation): ensure latest develop state before PR creation --- .github/workflows/04.1.agentic_v2_publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/04.1.agentic_v2_publish.yml b/.github/workflows/04.1.agentic_v2_publish.yml index 8f13708a..07b41c8b 100644 --- a/.github/workflows/04.1.agentic_v2_publish.yml +++ b/.github/workflows/04.1.agentic_v2_publish.yml @@ -111,6 +111,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + git pull origin develop --rebase # Check if a PR already exists PR_EXISTS=$(gh pr list --head develop --base master --json number --jq '.[0].number')