Add generic enough instruction on how to use the github-merge-pr script.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
#!/bin/bash
+# How to setup the repository to make this correctly work
+# 1. Clone repo and make sure you can correctly push to that
+# (example with openwrt main repo you need to use ssh remote url)
+# 2. Make sure you can correctly push and force push to the github
+# repository
+#
+# Usage: github-merge-pr.sh PR_NUMBER BRANCH
+
# Github repository, just the name/repo part, no .git suffix, no base url!
REPO="openwrt/openwrt"