We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ec5f9 commit 77e23f0Copy full SHA for 77e23f0
project/scripts/check-cla.sh
@@ -2,7 +2,7 @@
2
set -eux
3
4
echo "Pull request submitted by $AUTHOR";
5
-if [ "$AUTHOR" = "github-actions[bot]" ] ; then
+if [[ "$AUTHOR" == "github-actions[bot]" || "$AUTHOR" == "dependabot[bot]" ]] ; then
6
echo "CLA check for $AUTHOR successful";
7
else
8
signed=$(curl -s "https://www.lightbend.com/contribute/cla/scala/check/$AUTHOR" | jq -r ".signed");
0 commit comments