From ede1705bf24c55e2d37364fe24d225f8f505f8ee Mon Sep 17 00:00:00 2001 From: William Martin Date: Tue, 31 Oct 2023 10:02:42 +0100 Subject: [PATCH] Ensure good link in triage discussion --- .github/workflows/discussion-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discussion-triage.yml b/.github/workflows/discussion-triage.yml index 3999f7f74..9397e5103 100644 --- a/.github/workflows/discussion-triage.yml +++ b/.github/workflows/discussion-triage.yml @@ -21,7 +21,7 @@ jobs: id } } - }' -f repositoryId="${GITHUB_CLI_REPOSITORY_ID}" -f categoryId="${TRIAGE_CATEGORY_ID}" -f title="${DISCUSSION_TITLE}" -f body="@${LABELLER} added the discuss label to #${ISSUE_NUMBER}" + }' -f repositoryId="${GITHUB_CLI_REPOSITORY_ID}" -f categoryId="${TRIAGE_CATEGORY_ID}" -f title="${DISCUSSION_TITLE}" -f body="@${LABELLER} added the discuss label to https://github.com/cli/cli/issues/${ISSUE_NUMBER}" env: GITHUB_TOKEN: ${{ secrets.CLI_DISCUSSION_TRIAGE_TOKEN }} ISSUE_TITLE: ${{ github.event.issue.title }}