Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/auto-20251014212902.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@platforma-open/milaboratories.mixcr-shm-trees": patch
"@platforma-open/milaboratories.mixcr-shm-trees.model": patch
"@platforma-open/milaboratories.mixcr-shm-trees.test": patch
"@platforma-open/milaboratories.mixcr-shm-trees.ui": patch
"@platforma-open/milaboratories.mixcr-shm-trees.workflow": patch
---

technical release
9 changes: 9 additions & 0 deletions .changeset/auto-20251014215159.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@platforma-open/milaboratories.mixcr-shm-trees": patch
"@platforma-open/milaboratories.mixcr-shm-trees.model": patch
"@platforma-open/milaboratories.mixcr-shm-trees.test": patch
"@platforma-open/milaboratories.mixcr-shm-trees.ui": patch
"@platforma-open/milaboratories.mixcr-shm-trees.workflow": patch
---

technical release
9 changes: 9 additions & 0 deletions .changeset/auto-20251014220110.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@platforma-open/milaboratories.mixcr-shm-trees": patch
"@platforma-open/milaboratories.mixcr-shm-trees.model": patch
"@platforma-open/milaboratories.mixcr-shm-trees.test": patch
"@platforma-open/milaboratories.mixcr-shm-trees.ui": patch
"@platforma-open/milaboratories.mixcr-shm-trees.workflow": patch
---

technical release
9 changes: 9 additions & 0 deletions .changeset/auto-20251014223021.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@platforma-open/milaboratories.mixcr-shm-trees": patch
"@platforma-open/milaboratories.mixcr-shm-trees.model": patch
"@platforma-open/milaboratories.mixcr-shm-trees.test": patch
"@platforma-open/milaboratories.mixcr-shm-trees.ui": patch
"@platforma-open/milaboratories.mixcr-shm-trees.workflow": patch
---

technical release
12 changes: 8 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
app-name: 'Block: MiXCR SHM Trees'
app-name-slug: 'block-mixcr-shm-trees'
notify-telegram: true
node-version: '20.x'
build-script-name: 'build'
pnpm-recursive-build: false

test: true
test-script-name: 'test'
pnpm-recursive-tests: false
Expand Down Expand Up @@ -55,10 +55,14 @@ jobs:
"PL_CI_TEST_PASSWORD": ${{ toJSON(secrets.PL_CI_TEST_PASSWORD) }},

"AWS_CI_IAM_MONOREPO_SIMPLE_ROLE": ${{ toJSON(secrets.AWS_CI_IAM_MONOREPO_SIMPLE_ROLE) }},
"AWS_CI_TURBOREPO_S3_BUCKET": ${{ toJSON(secrets.AWS_CI_TURBOREPO_US_S3_BUCKET) }} }
"AWS_CI_TURBOREPO_S3_BUCKET": ${{ toJSON(secrets.AWS_CI_TURBOREPO_US_S3_BUCKET) }},

"PL_REGISTRY_PLATFORMA_OPEN_UPLOAD_URL": ${{ toJSON(secrets.PL_REGISTRY_PLOPEN_UPLOAD_URL) }},
"QUAY_USERNAME": ${{ toJSON(secrets.QUAY_USERNAME) }},
"QUAY_ROBOT_TOKEN": ${{ toJSON(secrets.QUAY_ROBOT_TOKEN) }} }

TELEGRAM_NOTIFICATION_TARGET: ${{ secrets.TG_CHANNEL_MIBUILDS }}
TELEGRAM_API_TOKEN: ${{ secrets.TG_CI_BOT_TOKEN }}
SLACK_CHANNEL: ${{ secrets.SLACK_BLOCKS_CI_CHANNEL }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

GH_ZEN_APP_ID: ${{ secrets.GH_ZEN_APP_ID }}
GH_ZEN_APP_PRIVATE_KEY: ${{ secrets.GH_ZEN_APP_PRIVATE_KEY }}
Loading