Compare commits
1 commit
2ca9524557
...
d68eefa08f
Author | SHA1 | Date | |
---|---|---|---|
d68eefa08f |
2 changed files with 2 additions and 10 deletions
|
@ -26,11 +26,7 @@ if [ -n "$PR" ]; then
|
|||
ref="pr-$(echo "$PR" | jq '.number')-$(git rev-parse --short "$(cat .git/ref || echo "HEAD")" 2>/dev/null || echo 'manual')"
|
||||
else
|
||||
ref=$(cat .git/ref || echo "HEAD")
|
||||
branch=$(git rev-parse --abbrev-ref $ref)
|
||||
if [ -z "$branch" ]; then
|
||||
branch=$(cat .git/ref)
|
||||
fi
|
||||
ref=${branch}-$(git rev-parse --short $ref)
|
||||
ref=$(git rev-parse --abbrev-ref $ref)-$(git rev-parse --short $ref)
|
||||
fi
|
||||
|
||||
title "Version: '$ref'"
|
||||
|
|
|
@ -7,9 +7,5 @@
|
|||
":rebaseStalePrs"
|
||||
],
|
||||
"prConcurrentLimit": 10,
|
||||
"branchPrefix": "renovate/",
|
||||
"baseBranches": [
|
||||
"$default",
|
||||
"/^release\\/.*/"
|
||||
]
|
||||
"branchPrefix": "renovate/"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue