Skip to content

Commit

Permalink
chore: exclude specific bots from check
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhartmann committed Jan 6, 2025
1 parent 437d449 commit b9ca64d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conventional-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run:
working-directory: ${{ inputs.working_directory }}
runs-on: ${{ inputs.jobs_run_on }}
if: ${{ github.actor != 'dependabot[bot]' || github.actor != 'pre-commit-ci[bot]'}}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b9ca64d

Please sign in to comment.