Skip to content

Commit

Permalink
chore: skip lint title and commits for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
JoakimSM committed Dec 2, 2024
1 parent 0e2c367 commit 6af5bf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dhis2-verify-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
lint-pr-title:
if: github.event.pull_request.user.login != dependabot[bot] && github.event.pull_request.user.login != dhis2-bot
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -18,6 +19,7 @@ jobs:
configuration-path: ${{ steps.commitlint.outputs.config_path }}

lint-commits:
if: github.event.pull_request.user.login != dependabot[bot] && github.event.pull_request.user.login != dhis2-bot
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6af5bf4

Please sign in to comment.