Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down