We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e060792 commit 9ba8dfdCopy full SHA for 9ba8dfd
.github/workflows/validate-commits.yml
@@ -8,7 +8,7 @@ jobs:
8
validate-commits:
9
runs-on: ubuntu-latest
10
# Skip validation for Dependabot PRs since they follow their own commit format
11
- if: github.actor != 'dependabot[bot]'
+ if: github.event.pull_request.user.login != 'dependabot[bot]'
12
13
steps:
14
- name: Checkout code
0 commit comments