File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ set -eux
3
3
4
4
AUTHOR=$GITHUB_ACTOR
5
5
echo " Pull request submitted by $AUTHOR " ;
6
- signed=$( curl -s https://www.lightbend.com/contribute /cla/scala/check/$AUTHOR | jq -r " .signed" ) ;
6
+ signed=$( curl -s https://contribute.akka.io /cla/scala/check/$AUTHOR | jq -r " .signed" ) ;
7
7
if [ " $signed " = " true" ] ; then
8
8
echo " CLA check for $AUTHOR successful" ;
9
9
else
10
10
echo " CLA check for $AUTHOR failed" ;
11
11
echo " Please sign the Scala CLA to contribute to the Scala compiler." ;
12
- echo " Go to https://www.lightbend.com/contribute /cla/scala and then" ;
12
+ echo " Go to https://contribute.akka.io /cla/scala and then" ;
13
13
echo " comment on the pull request to ask for a new check." ;
14
14
echo " " ;
15
- echo " Check if CLA is signed: https://www.lightbend.com/contribute /cla/scala/check/$AUTHOR " ;
15
+ echo " Check if CLA is signed: https://contribute.akka.io /cla/scala/check/$AUTHOR " ;
16
16
exit 1;
17
17
fi ;
You can’t perform that action at this time.
0 commit comments