Skip to content

Commit e922a74

Browse files
authored
Merge pull request #823 from github/ske-use-labels
label new issue
2 parents 11e9348 + 12de58c commit e922a74

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)