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 0963ed5 + 8cc7f4f commit c99bc2cCopy full SHA for c99bc2c
.github/workflows/copy-documentation-issue.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Create an issue in the api-platform repo
37
run: |
38
- new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/api-platform --label "REST,OpenAPI")"
+ new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/api-platform --label "REST,openapi")"
39
echo 'NEW_ISSUE='$new_issue_url >> $GITHUB_ENV
40
env:
41
GITHUB_TOKEN: ${{secrets.ISSUE_TRANSFER_TOKEN}}
0 commit comments