Skip to content

Commit c99bc2c

Browse files
authoredAug 14, 2024··
Merge pull request #3859 from github/bearcherian-patch-1
fix label name
2 parents 0963ed5 + 8cc7f4f commit c99bc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/copy-documentation-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Create an issue in the api-platform repo
3737
run: |
38-
new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/api-platform --label "REST,OpenAPI")"
38+
new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/api-platform --label "REST,openapi")"
3939
echo 'NEW_ISSUE='$new_issue_url >> $GITHUB_ENV
4040
env:
4141
GITHUB_TOKEN: ${{secrets.ISSUE_TRANSFER_TOKEN}}

0 commit comments

Comments
 (0)
Please sign in to comment.