From ab4ddc760e8fae9bd43f6f928aef3e4de6ab9e44 Mon Sep 17 00:00:00 2001 From: Florian Pfaff Date: Tue, 12 May 2026 19:27:49 +0200 Subject: [PATCH] Reuse MegaLinter autofix PR branch --- .github/workflows/mega-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index ab8b093d3..5e896d6ff 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -113,8 +113,8 @@ jobs: token: ${{ github.token }} commit-message: "[MegaLinter] Apply linters automatic fixes" title: "[MegaLinter] Apply linters automatic fixes" - # Avoid force-updating a stale or diverged auto-fix branch. - branch: megalinter-fixes-${{ github.run_id }} + # Keep one open auto-fix PR and update it on subsequent runs. + branch: megalinter-fixes labels: bot base: main