[2.x] ci: Remove cla-checker v1 (#9570)

This commit is contained in:
eugene yokota 2026-08-07 14:48:15 -04:00 committed by GitHub
parent 6365a07230
commit b338dfcec2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
name: Scala CLA
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check CLA
uses: scala/cla-checker@v1
with:
author: ${{ github.event.pull_request.user.login }}