1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-05 21:18:30 -04:00

refactor(workflows): update release refs to stable in CI configurations

Port 1.5

(cherry picked from commit 406dcfe110)
This commit is contained in:
purian23
2026-07-12 15:23:04 -04:00
committed by dms-ci[bot]
parent 59d367f4a4
commit ee6c91e094
8 changed files with 25 additions and 24 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ report_conflict() {
local sha="$1" short subject branch issue
short=$(git rev-parse --short "$sha")
subject=$(git log -1 --format=%s "$sha")
branch="port/${short}-${TARGET#release/}"
local ver="${TARGET#stable-}"
branch="port/${short}-${ver}"
git push origin "refs/remotes/origin/${TARGET}:refs/heads/${branch}" 2>/dev/null ||
log "conflict branch ${branch} already exists"
issue=$(tracking_issue)