Skip to content

Commit fd544c2

Browse files
authored
Merge pull request #3725 from github/jencarlucci/ecosystemRename
Update ecosystem-api name to api-platform
2 parents ca3cd2f + 2eac055 commit fd544c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/copy-to-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
gh issue comment $NEW_ISSUE --body "This issue was originally opened in the rest-api-description repo as $OLD_ISSUE with priority $PRIORITY on a scale of P1 (high) to P4 (low).
4747
:exclamation: When you close this issue, also comment on and close the original issue.
48-
:question: Was this issue something that could have been caught by a linter? If so, suggest a new rule in [#ecosystem-api](https://github.slack.com/archives/C1042T6MS)."
48+
:question: Was this issue something that could have been caught by a linter? If so, suggest a new rule in [#api-platform](https://github.slack.com/archives/C1042T6MS)."
4949
env:
5050
GITHUB_TOKEN: ${{secrets.ISSUE_TRANSFER_TOKEN}}
5151
NEW_ISSUE: ${{ env.NEW_ISSUE }}

.github/workflows/copy-to-ecosystem-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
}
2828
return priority
2929
30-
- name: Create an issue in the ecosystem-api repo
30+
- name: Create an issue in the api-platform repo
3131
run: |
32-
new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/ecosystem-api)"
32+
new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/api-platform)"
3333
echo 'NEW_ISSUE='$new_issue_url >> $GITHUB_ENV
3434
env:
3535
GITHUB_TOKEN: ${{secrets.ISSUE_TRANSFER_TOKEN}}

0 commit comments

Comments
 (0)