From 1346d6e6c55bb19f330cd384a3f2160eb7edc0c6 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 11 Jun 2026 16:52:51 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20sync-branches=20ignora=20branches=20de=20?= =?UTF-8?q?bots=20e=20de=20PRs=20de=20sess=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mesclar em main fazia o sync empurrar "chore: sync with main" para os branches dependabot/* e claude/* via GITHUB_TOKEN. Push de bot não dispara workflows, então o head desses PRs ficava sem nenhum check e o gate de CI verde quebrava a cada merge. Branches de PR não precisam de auto-sync; quem cuida deles é o rebase do Dependabot e o update branch do GitHub. --- .github/workflows/sync-branches.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 27faa58..91e48d0 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -41,6 +41,8 @@ jobs: | grep -v 'HEAD' \ | grep -v 'origin/main' \ | grep -v 'origin/copilot/' \ + | grep -v 'origin/dependabot/' \ + | grep -v 'origin/claude/' \ | sed 's|origin/||' \ | tr -d ' ')