Skip to content

Commit

Permalink
ci(flycode): bypass commitlint if flycode-app bot
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jun 13, 2022
1 parent 3061f75 commit 050cf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 050cf4f

Please sign in to comment.