New chat & inbox (#8328)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2025-03-31 17:09:09 +07:00
committed by GitHub
parent bacf563d85
commit af9bb74670
269 changed files with 10369 additions and 258 deletions
+28
View File
@@ -76,6 +76,10 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check
- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc
- name: Installing...
run: node common/scripts/install-run-rush.js install
@@ -226,6 +230,10 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check
- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc
- name: Installing...
run: node common/scripts/install-run-rush.js install
@@ -350,6 +358,10 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check
- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc
- name: Installing...
run: node common/scripts/install-run-rush.js install
@@ -423,6 +435,10 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check
- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc
- name: Installing...
run: node common/scripts/install-run-rush.js install
@@ -495,6 +511,10 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check
- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc
- name: Installing...
run: node common/scripts/install-run-rush.js install
@@ -595,6 +615,10 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc
- name: Installing...
run: node common/scripts/install-run-rush.js install
@@ -668,6 +692,10 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc
- name: Installing...
run: node common/scripts/install-run-rush.js install --purge
- name: Model version from git tags