From: Petr Štetiar Date: Mon, 25 Mar 2019 09:34:04 +0000 (+0100) Subject: github-apply: Added thank you to the PR close comment X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=abf9150c30e945fdd377e69bc8209e63e918b312;p=maintainer-tools.git github-apply: Added thank you to the PR close comment Signed-off-by: Petr Štetiar --- diff --git a/github-apply.sh b/github-apply.sh index de2ad41..1d46808 100755 --- a/github-apply.sh +++ b/github-apply.sh @@ -11,7 +11,7 @@ REPO="openwrt/openwrt" #TOKEN="d41d8cd98f00b204e9800998ecf8427e" # Default close comment -COMMENT="Pulled into my staging tree at https://git.openwrt.org/openwrt/staging/$(whoami).git" +COMMENT="Thanks! Pulled into my staging tree at https://git.openwrt.org/openwrt/staging/$(whoami).git" PRID="$1" BRANCH="${2:-master}"