scripts: github: Support LeafOS-Devices

Change-Id: I6b226f846c661a48148034a77f16c6d0a8c23a7d
diff --git a/github/repo-settings.sh b/github/repo-settings.sh
index efabce5..ba457be 100755
--- a/github/repo-settings.sh
+++ b/github/repo-settings.sh
@@ -7,7 +7,7 @@
 
 LEAF_VERSION=$(cat .repo/manifests/snippets/leaf.xml  | grep -i '<default revision' | cut -f2 -d '"' | cut -f3 -d '/')
 
-for REPO in $(cat .repo/manifests/snippets/leaf.xml | grep -E 'LeafOS-Project|LeafOS-Blobs' | cut -f4 -d '"'); do
+for REPO in $(cat .repo/manifests/snippets/leaf.xml | grep -E 'LeafOS-Project|LeafOS-Blobs|LeafOS-Devices' | cut -f4 -d '"'); do
 	echo $REPO
 	curl -X POST \
 	-H "Accept: application/vnd.github+json" \