mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix branch computation in milestone bot
This commit is contained in:
parent
e697b7f062
commit
88cbac9e19
2
.github/workflows/pr-auto-milestone.yml
vendored
2
.github/workflows/pr-auto-milestone.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
echo "RE_RUN_JOB: ${RE_RUN_JOB}"
|
||||
|
||||
# Get the base branch
|
||||
BASE_BRANCH=$(echo "${JSON_DATA}" | jq ".repository.pullRequests.edges[] | select( .node.number == ${PR_NUMBER} ) | .node.baseRef.name")
|
||||
BASE_BRANCH=$(echo "${JSON_DATA}" | jq -r ".repository.pullRequests.edges[] | select( .node.number == ${PR_NUMBER} ) | .node.baseRef.name")
|
||||
echo "BASE_BRANCH: ${BASE_BRANCH}"
|
||||
|
||||
# master => NOTHING, release_3-10 => _10
|
||||
|
Loading…
x
Reference in New Issue
Block a user