auto: PR for feat/export-zip-validation #22

Merged
jaybe merged 4 commits from feat/export-zip-validation into main 2025-11-14 14:53:52 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit e9d3944cda - Show all commits
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
"${GITEA_BASE_URL}/api/v1/repos/${OWNER}/${NAME}/issues/${PR_NUMBER}/labels" \
-d '{"labels":['"${LID}"']}' || true
else
echo "No existing 'automerge' found; skip labeling"
echo "No existing 'automerge' label found; skipping label add"
fi
else
echo "PR number could not be determined; skipping label add"
+2
View File
@@ -259,3 +259,5 @@
- [ci] full auto pipeline 재검증 ping (2025-11-14 22:09:02)
- [ci] auto-label payload fix 재검증 ping (2025-11-14 22:15:14)
- [ci] auto pipeline 최종 재검증 최종 ping (2025-11-14 22:26:59)