File tree Expand file tree Collapse file tree 5 files changed +8
-30
lines changed Expand file tree Collapse file tree 5 files changed +8
-30
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ assignees: ''
8
8
9
9
<!--
10
10
TODO first sign the CLA
11
- https://www.lightbend.com/contribute /cla/scala
11
+ https://contribute.akka.io /cla/scala
12
12
-->
13
13
14
14
## Fix #XYZ
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ assignees: ''
8
8
9
9
<!--
10
10
TODO first sign the CLA
11
- https://www.lightbend.com/contribute /cla/scala
11
+ https://contribute.akka.io /cla/scala
12
12
-->
13
13
14
14
## Description
Original file line number Diff line number Diff line change 10
10
permissions :
11
11
contents : write
12
12
pull-requests : write
13
-
14
13
jobs :
15
- check :
14
+ cla- check :
16
15
runs-on : ubuntu-latest
17
16
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 }}
17
+ - name : Verify CLA
18
+ uses : scala/cla-checker@v1
19
+ with :
20
+ author : ${{ github.event.pull_request.user.login }}
Original file line number Diff line number Diff line change @@ -146,6 +146,6 @@ The main development discussion channels are:
146
146
[ java11 ] : https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
147
147
[ adopt ] : https://adoptopenjdk.net/
148
148
[ 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
150
150
[ dotty-issue ] : https://github.com/scala/scala3/issues
151
151
[ dotty-discussion ] : https://github.com/scala/scala3/discussions
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments