Skip to content

Commit 12de58c

Browse files
authored
label new issue
1 parent 11e9348 commit 12de58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copy-to-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Create an issue in the docs-content repo
3636
run: |
37-
new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/docs-content)"
37+
new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/docs-content --label "REST,openapi")"
3838
echo 'NEW_ISSUE='$new_issue_url >> $GITHUB_ENV
3939
env:
4040
GITHUB_TOKEN: ${{secrets.ISSUE_TRANSFER_TOKEN}}

0 commit comments

Comments
 (0)