We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11e9348 + 12de58c commit e922a74Copy full SHA for e922a74
.github/workflows/copy-to-docs.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Create an issue in the docs-content repo
36
run: |
37
- new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/docs-content)"
+ new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/docs-content --label "REST,openapi")"
38
echo 'NEW_ISSUE='$new_issue_url >> $GITHUB_ENV
39
env:
40
GITHUB_TOKEN: ${{secrets.ISSUE_TRANSFER_TOKEN}}
0 commit comments