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 8b0e821 commit 5537283Copy full SHA for 5537283
.github/workflows/cla.yml
@@ -1,8 +1,11 @@
1
-name: Scala CLA
2
-on: [pull_request]
+name: "Check Scala CLA"
+on:
3
+ pull_request:
4
jobs:
- check:
5
+ cla-check:
6
runs-on: ubuntu-latest
7
steps:
- - uses: actions/checkout@v2
8
- - run: ./project/scripts/check-cla.sh
+ - name: Verify CLA
9
+ uses: scala/cla-checker@v1
10
+ with:
11
+ author: ${{ github.event.pull_request.user.login }}
project/scripts/check-cla.sh
0 commit comments