Ensure good link in triage discussion
This commit is contained in:
parent
b2c445f4b9
commit
ede1705bf2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/discussion-triage.yml
vendored
2
.github/workflows/discussion-triage.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue