mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[github] auto milestone, fix missing )
This commit is contained in:
parent
754c01deae
commit
5a653972e8
2
.github/workflows/pr-auto-milestone.yml
vendored
2
.github/workflows/pr-auto-milestone.yml
vendored
@ -83,7 +83,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} ) | .baseRef.name"
|
||||
BASE_BRANCH=$(echo "${JSON_DATA}" | jq ".repository.pullRequests.edges[] | select( .node.number == ${PR_NUMBER} ) | .baseRef.name")
|
||||
echo "BASE_BRANCH: ${BASE_BRANCH}"
|
||||
|
||||
# master => NOTHING, release_3-10 => _10
|
||||
|
Loading…
x
Reference in New Issue
Block a user