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 08258cd commit 9776e04Copy full SHA for 9776e04
.github/workflows/check-cla.yml
@@ -3,7 +3,8 @@ name: Check CLA
3
on: [pull_request]
4
jobs:
5
check-cla:
6
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v3
9
- - run: ./scripts/check-cla.sh
+ - uses: scala/cla-checker@v1
+ with:
10
+ author: ${{ github.event.pull_request.user.login }}
scripts/check-cla.sh
0 commit comments