We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93629b commit 1f71c2cCopy full SHA for 1f71c2c
1 file changed
.github/workflows/traiage.yaml
@@ -217,7 +217,7 @@ jobs:
217
echo "Creating task: $TASK_NAME"
218
./scripts/traiage.sh create
219
if [[ "${ISSUE_URL}" == "https://github.com/${GITHUB_REPOSITORY}"* ]]; then
220
- gh issue comment "${ISSUE_URL}" --body "Task created: ${TASK_NAME}" --create-if-none --edit-last
+ gh issue comment "${ISSUE_URL}" --body "Task created: https://dev.coder.com/tasks/${CODER_USERNAME}/${TASK_NAME}" --create-if-none --edit-last
221
else
222
echo "Skipping comment on other repo."
223
fi
0 commit comments