Skip to content

Commit

Permalink
added base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Nov 28, 2024
1 parent fa4de25 commit 44ad9e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ jobs:
commit-message: "[MegaLinter] Apply linters automatic fixes"
title: "[MegaLinter] Apply linters automatic fixes"
labels: bot
branch: megalinter-fixes-${{ github.sha }}
body: |
MegaLinter has automatically applied linters fixes on this PR.
Please review the changes and merge if they are correct.
base: ${{ github.ref }}

- name: Create PR output
if: >-
Expand Down
2 changes: 0 additions & 2 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ RUST_CLIPPY_ARGUMENTS:
- "--"
- "-D"
- "warnings"

DEFAULT_BRANCH: main

0 comments on commit 44ad9e4

Please sign in to comment.