Skip to content

Commit 67048dd

Browse files
committed
Merge branch 'v5' of github.com:GetStream/stream-chat-react-native into update-actions-for-v5-release
2 parents f915ae2 + 3bda853 commit 67048dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5
-817
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
- name: Install && Build - SDK and Sample App
2828
uses: ./.github/actions/install-and-build-sdk
2929
- name: Lint
30-
run: yarn lerna-workspaces run lint && cd docusaurus && npx prettier --check '**/*.mdx'
30+
run: yarn lerna-workspaces run lint
3131
- name: Test
3232
run: yarn test:coverage
33-
env:
34-
GITHUB_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}

.github/workflows/docusaurus.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/next-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ jobs:
3030
- name: Install && Build - SDK and Sample App
3131
uses: ./.github/actions/install-and-build-sdk
3232
- name: Lint
33-
run: yarn lerna-workspaces run lint && (cd docusaurus; npx prettier --check '**/*.mdx')
33+
run: yarn lerna-workspaces run lint
3434
- name: Test
3535
run: yarn test:coverage
36-
env:
37-
GITHUB_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
3836
- name: Publish Next Release
3937
run: GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
4038
env:

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ jobs:
3232
- name: Install && Build - SDK and Sample App
3333
uses: ./.github/actions/install-and-build-sdk
3434
- name: Lint
35-
run: yarn lerna-workspaces run lint && cd docusaurus && npx prettier --check '**/*.mdx'
35+
run: yarn lerna-workspaces run lint
3636
- name: Publish Release
3737
run: yarn release
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
40-
GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
4140
- name: Merge back changes
4241
run: |
4342
git stash

.github/workflows/vale-doc-lint.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.styles/Google/AMPM.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.styles/Google/Acronyms.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.styles/Google/Colons.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.styles/Google/Contractions.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.styles/Google/DateFormat.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)