Skip to content

Commit 24d5f36

Browse files
committed
Fix: clickup key issue
1 parent f1e05cf commit 24d5f36

2 files changed

Lines changed: 5 additions & 17 deletions

File tree

.github/workflows/coderabbit-auto-fix.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,7 @@ jobs:
222222
223223
${CLEAN_COMMENT:-No actionable content found after sanitization.}"
224224
225-
BLOCK="
226-
227-
$SUMMARY
225+
BLOCK="$SUMMARY
228226
229227
Task: ${{ env.PROC_TASK_URL }}
230228
Branch: ${{ env.PROC_BRANCH }}"
@@ -237,7 +235,7 @@ jobs:
237235
else
238236
COMMENT="@n8n
239237
240-
$SUMMARY
238+
$SUMMARY
241239

242240
Task: ${{ env.PROC_TASK_URL }}
243241
Branch: ${{ env.PROC_BRANCH }}
@@ -259,7 +257,7 @@ jobs:
259257
echo "Rich comment failed; retrying with comment_text + assignee."
260258
COMMENT="@n8n
261259

262-
$SUMMARY
260+
$SUMMARY
263261

264262
Task: ${{ env.PROC_TASK_URL }}
265263
Branch: ${{ env.PROC_BRANCH }}

process.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@
77

88
## Branch Information
99

10-
**base_branch**: cursor_new_oma_req
11-
**branch**: cursor_new_oma_req_review
12-
**clickup_task**: 86d2t7wfa
13-
14-
**clickup_user_id** (temporary — ClickUp user id for @n8n / assign): `101032796`
15-
16-
The GitHub Action reads only lines that look like `key: value` at the start of a line (no `**`):
10+
The GitHub Action reads only lines that look like `key: value` at the start of a line:
1711

12+
base_branch: cursor_new_oma_req
1813
branch: cursor_new_oma_req_review
1914
clickup_task: 86d2t7wfa
2015
clickup_user_id: 101032796
@@ -39,12 +34,7 @@ This is the main OMA feature branch containing:
3934
- MySQL database schema
4035
- Complete Order Management Automation system
4136

42-
## Notes
43-
44-
Working on the `cursor_new_oma_req` branch as specified. This branch contains the complete OMA system implementation with frontend, backend, and desktop components.
45-
4637
---
4738

4839
**Created**: 2026-04-25
4940
**Last Updated**: 2026-04-25
50-
**Branch**: cursor_new_oma_req

0 commit comments

Comments
 (0)