File tree Expand file tree Collapse file tree 5 files changed +7
-36
lines changed Expand file tree Collapse file tree 5 files changed +7
-36
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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-
146jobs :
157 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 }}
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments