Skip to content

Commit fe15daa

Browse files
authored
Rename sdk-features to features (#1019)
1 parent f16d1da commit fe15daa

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,14 +290,13 @@ jobs:
290290
- run: rm /tmp/temporal-certs/client.key
291291
if: ${{ matrix.server == 'cloud' && env.TEMPORAL_CLIENT_CERT != '' }}
292292

293-
# Runs the sdk features repo tests with this repo's current SDK code
294-
sdk-features-tests:
295-
uses: temporalio/sdk-features/.github/workflows/typescript.yaml@main
293+
# Runs the features repo tests with this repo's current SDK code
294+
features-tests:
295+
uses: temporalio/features/.github/workflows/typescript.yaml@main
296296
with:
297297
typescript-repo-path: ${{github.event.pull_request.head.repo.full_name}}
298298
version: ${{github.event.pull_request.head.ref}}
299299
version-is-repo-ref: true
300-
sdk-features-repo-ref: main
301300

302301
stress-tests:
303302
uses: ./.github/workflows/stress.yml

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ git-cliff --tag 1.0.1 v1.0.0..HEAD | pbcopy
167167

168168
- If PRs came from external contributors, thank them & link their github handles: `([#484](link), thanks to [`@user`](https://github.com/user) 🙏)`
169169
- Open PR with CHANGELOG change
170-
- If using a custom [sdk-features](https://github.com/temporalio/sdk-features) branch for PR integration tests, make
171-
sure the branch is fully up-to-date with `sdk-features` `main` before merging the CHANGELOG PR
170+
- If using a custom [features](https://github.com/temporalio/features) branch for PR integration tests, make
171+
sure the branch is fully up-to-date with `features` `main` before merging the CHANGELOG PR
172172
- Merge PR
173173
- Checkout latest `main`
174174

@@ -219,8 +219,8 @@ npm deprecate temporalio@^1.0.0 "Instead of installing temporalio, we recommend
219219
rm packages/core-bridge/releases/
220220
```
221221

222-
- If using a custom [sdk-features](https://github.com/temporalio/sdk-features/) branch for PR integration tests, merge
223-
that branch into sdk-features `main` and update the SDK workflow definition to trigger `sdk-features` `main`
222+
- If using a custom [features](https://github.com/temporalio/features/) branch for PR integration tests, merge
223+
that branch into features `main` and update the SDK workflow definition to trigger `features` `main`
224224

225225
- If any APIs have changed, open a PR to update [`samples-typescript`](https://github.com/temporalio/samples-typescript/). Once merged, update the `next` branch:
226226

0 commit comments

Comments
 (0)