diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index ff43f312e..5f64f530c 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -5,7 +5,7 @@ on: jobs: commitlint: - if: ${{ github.actor != 'dependabot[bot]' }} + if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'flycode-app[bot]' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3