github-merge-pr: default to main branch if not specified
[maintainer-tools.git] / github-merge-pr.sh
index b30b519193870a68290d9a7637e77513e9b8e35b..6d0dbe558aeb9178124b01b2e1c97756df4f01e8 100755 (executable)
@@ -14,7 +14,7 @@ REPO="openwrt/openwrt"
 # USE_SSH=1
 
 PRID="$1"
-BRANCH="${2:-master}"
+BRANCH="${2:-main}"
 DRY_RUN="$3"
 GIT=git