Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06dd555

Browse files
committed
fix: use stable task name for documentation checks
Use PR number only (not RUN_ID) for task naming to ensureconsistent task reuse across workflow re-runs. This preventsmismatched task URLs in PR comments and allows the task toaccumulate conversation history for the same PR.
1 parent5beb53c commit06dd555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/documentation-check.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
")
214214
export PROMPT
215215
216-
export TASK_NAME="doccheck-pr-${PR_NUMBER}-${RUN_ID}"
216+
export TASK_NAME="doccheck-pr-${PR_NUMBER}"
217217
export CONTEXT_KEY="gh-pr-${PR_NUMBER}"
218218
echo "Creating task: ${CODER_USERNAME}/${TASK_NAME}"
219219

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp