Skip to content

Commit ae57a8d

Browse files
committed
update copy message
1 parent 6b266a1 commit ae57a8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/copy-feature-issue.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838

3939
- name: Comment on the new issue
4040
run: |
41-
gh issue comment $NEW_ISSUE --body "This issue is an internal copy of $OLD_ISSUE, which was opened in the public [rest-api-description](https://github.com/github/rest-api-description) repo with priority $PRIORITY. Please transfer it to the appropriate feature team.
41+
gh issue comment $NEW_ISSUE --body "This issue is an internal copy of $OLD_ISSUE, which was opened in the public [rest-api-description](https://github.com/github/rest-api-description) repo with priority $PRIORITY.
4242
43-
:exclamation: When you close this issue, please also comment on and close the original issue."
43+
**API team:** Please transfer it to the appropriate feature team.
44+
45+
**Feature team:** :exclamation: When you close this issue, please also comment on and close the original issue. :exclamation:"
4446
env:
4547
GITHUB_TOKEN: ${{secrets.ISSUE_TRANSFER_TOKEN}}
4648
NEW_ISSUE: ${{ env.NEW_ISSUE }}

0 commit comments

Comments
 (0)