diff --git a/.github/workflows/python-linting.yml b/.github/workflows/python-linting.yml index fd84375142..a22ab561e9 100644 --- a/.github/workflows/python-linting.yml +++ b/.github/workflows/python-linting.yml @@ -19,5 +19,4 @@ jobs: commit-message: 'Python code linting changes detected by black' title: 'Fixes by black (Python)' branch: python-black-patches - - \ No newline at end of file + base: ${{ github.head_ref }}