Merge pull request 'fix: phase-handler.sh DELETE backlog label uses string 'backlog' not numeric ID (#375)' (#477) from fix/issue-375 into main
This commit is contained in:
commit
00c16d6251
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ curl -sf -X POST \
|
||||||
|
|
||||||
curl -sf -X DELETE \
|
curl -sf -X DELETE \
|
||||||
-H "Authorization: token ${CODEBERG_TOKEN}" \
|
-H "Authorization: token ${CODEBERG_TOKEN}" \
|
||||||
"${API}/issues/${ISSUE}/labels/backlog" >/dev/null 2>&1 || true
|
"${API}/issues/${ISSUE}/labels/${BACKLOG_LABEL_ID}" >/dev/null 2>&1 || true
|
||||||
|
|
||||||
CLAIMED=true
|
CLAIMED=true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue