Skip to content

Commit c17186a

Browse files
committed
in CI, use new standard scala/cla-checker action
1 parent 30b3eb9 commit c17186a

File tree

5 files changed

+8
-37
lines changed

5 files changed

+8
-37
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE/fix-issue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88

99
<!--
1010
TODO first sign the CLA
11-
https://www.lightbend.com/contribute/cla/scala
11+
https://contribute.akka.io/cla/scala
1212
-->
1313

1414
## Fix #XYZ

Diff for: .github/PULL_REQUEST_TEMPLATE/other-pr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88

99
<!--
1010
TODO first sign the CLA
11-
https://www.lightbend.com/contribute/cla/scala
11+
https://contribute.akka.io/cla/scala
1212
-->
1313

1414
## Description

Diff for: .github/workflows/cla.yml

+5-14
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,11 @@ on:
33
pull_request:
44
branches-ignore:
55
- 'language-reference-stable'
6-
push:
7-
branches:
8-
- 'language-reference-stable'
9-
merge_group:
10-
permissions:
11-
contents: write
12-
pull-requests: write
13-
146
jobs:
15-
check:
7+
cla-check:
168
runs-on: ubuntu-latest
179
steps:
18-
- uses: actions/checkout@v4
19-
- run: ./project/scripts/check-cla.sh
20-
if: github.event_name == 'pull_request'
21-
env:
22-
AUTHOR: ${{ github.event.pull_request.user.login }}
10+
- name: Verify CLA
11+
uses: scala/cla-checker@v1
12+
with:
13+
author: ${{ github.event.pull_request.user.login }}

Diff for: docs/_docs/contributing/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ The main development discussion channels are:
146146
[java11]: https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
147147
[adopt]: https://adoptopenjdk.net/
148148
[compat]: https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html
149-
[scala-cla]: https://www.lightbend.com/contribute/cla/scala
149+
[scala-cla]: https://contribute.akka.io/cla/scala
150150
[dotty-issue]: https://github.com/scala/scala3/issues
151151
[dotty-discussion]: https://github.com/scala/scala3/discussions

Diff for: project/scripts/check-cla.sh

-20
This file was deleted.

0 commit comments

Comments
 (0)