We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d0175 commit 21beddcCopy full SHA for 21beddc
1 file changed
.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 --label "REST,openapi")"
+ 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