Browse Source

Merge pull request #5356

Zetok Zalbavar (1):
      chore: make {merge,test}-pr.sh scripts accept hash-preceded PR number
reviewable/pr5345/r2
sudden6 7 years ago
parent
commit
729f50bdbf
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      merge-pr.sh
  2. 2
      test-pr.sh

2
merge-pr.sh

@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
set -e -o pipefail
readonly PR=$1
readonly PR="${1###}"
# make sure to add newlines to the message, otherwise merge message
# will not look well

2
test-pr.sh

@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
set -e -o pipefail
readonly PR=$1
readonly PR="${1###}"
# make sure to add newlines to the message, otherwise merge message
# will not look well

Loading…
Cancel
Save