mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #5356
Zetok Zalbavar (1): chore: make {merge,test}-pr.sh scripts accept hash-preceded PR number
This commit is contained in:
commit
729f50bdbf
|
@ -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
|
||||
|
|
|
@ -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…
Reference in New Issue
Block a user