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 }}