diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 1c3ecfe1e4..a573d12017 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -23,7 +23,7 @@ env: jobs: autofix: - if: github.actor != 'renovate[bot]' + if: github.actor != 'renovate[bot]' && github.actor != 'mend[bot]' runs-on: ubuntu-latest timeout-minutes: 10 steps: