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 38c089e commit 132721eCopy full SHA for 132721e
.github/workflows/cla.yml
@@ -6,6 +6,7 @@ on:
6
jobs:
7
check:
8
runs-on: ubuntu-latest
9
+ if: github.event.pull_request.user.login != 'dependabot'
10
steps:
11
- name: Verify CLA
12
uses: scala/cla-checker@v1
0 commit comments