Skip to content

Commit 7f152db

Browse files
authored
chore(actions): disable lint when prs come from dependabot (ydataai#1164)
1 parent 6757be4 commit 7f152db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
commitlint:
9+
if: github.actor != 'dependabot[bot]'
910
name: Lint commit message
1011
runs-on: ubuntu-latest
1112

@@ -17,6 +18,7 @@ jobs:
1718
- uses: wagoid/commitlint-github-action@v5
1819

1920
lint:
21+
if: github.actor != 'dependabot[bot]'
2022
name: Lint source code
2123
runs-on: ubuntu-latest
2224

0 commit comments

Comments
 (0)