-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update taiga-family/ci action to v1.87.7
- Loading branch information
1 parent
faeca9e
commit 278b7a7
Showing
15 changed files
with
51 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: toshimaru/[email protected] | ||
if: env.IS_OWNER_MODE == 'true' | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
matrix: ${{ steps.matrix.outputs.value }} | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- id: matrix | ||
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' | ||
run: | | ||
|
@@ -31,7 +31,7 @@ jobs: | |
matrix: | ||
value: ${{ fromJSON(needs.setup.outputs.matrix) }} | ||
steps: | ||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
- uses: taiga-family/ci/actions/run/[email protected].7 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
job: ${{ matrix.value }} | ||
|
@@ -41,12 +41,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].7 | ||
with: | ||
token1: ${{ secrets.GITHUB_TOKEN }} | ||
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
- uses: taiga-family/ci/actions/run/[email protected].7 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
persist-credentials: false | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- name: Lucide icons | ||
run: | | ||
npx nx prebuild icons | ||
|
@@ -31,7 +31,7 @@ jobs: | |
npx eslint ./projects/demo/used-icons.ts --fix || echo "no file matching" | ||
npx prettier ./projects/demo/used-icons.ts --write || echo "no file matching" | ||
npx prettier ./projects/cdk/constants/used-icons.ts --write || echo "no file matching" | ||
- uses: taiga-family/ci/actions/auto/[email protected].6 | ||
- uses: taiga-family/ci/actions/auto/[email protected].7 | ||
if: env.SUPPORT_AUTO_PUSH | ||
with: | ||
message: icons have changed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- run: npm run run-many:build:libs | ||
- run: npx ts-node ./scripts/check-dist.ts | ||
|
||
|
@@ -22,8 +22,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- run: npx nx prerender demo | ||
- run: npx --yes bundlemon --config .github/.bundlemonrc.json | ||
continue-on-error: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].7 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- name: Prepare demo before deploy from snapshots | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- run: npx nx build demo | ||
- name: Debug output | ||
run: tree dist/demo/browser -P '*.html' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ jobs: | |
name: Component testing result | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- run: npx tsc -p projects/demo-cypress/tsconfig.json | ||
- run: npx nx component-test demo-cypress | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,10 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 10 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/run/[email protected].7 | ||
continue-on-error: true | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- name: Building demo-app of git-branch without cache | ||
run: npx nx build demo | ||
|
@@ -37,17 +37,17 @@ jobs: | |
name: playwright / (${{ matrix.shardIndex }} of ${{ matrix.shardTotal }}) | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- name: Download cache / ${{ env.CACHE_DIST_KEY }} | ||
uses: actions/cache/[email protected] | ||
with: | ||
path: dist/demo | ||
key: ${{ env.CACHE_DIST_KEY }} | ||
|
||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
- uses: taiga-family/ci/actions/run/[email protected].7 | ||
with: | ||
port: ${{ env.NG_SERVER_PORT }} | ||
directory: ${{ env.DIST }} | ||
|
@@ -56,12 +56,12 @@ jobs: | |
- name: Run screenshot tests on ${{ env.DIST }} | ||
run: npx nx e2e demo-playwright -- --update-snapshots --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} | ||
|
||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
- uses: taiga-family/ci/actions/run/[email protected].7 | ||
with: | ||
branch: snapshots/demo/next/${{ github.base_ref }} | ||
destination: ${{ env.DIST_NEXT }} | ||
|
||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
- uses: taiga-family/ci/actions/run/[email protected].7 | ||
with: | ||
port: ${{ env.NG_SERVER_PORT }} | ||
directory: ${{ env.DIST_NEXT }} | ||
|
@@ -116,7 +116,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- name: Download artifacts / ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }} | ||
continue-on-error: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
persist-credentials: false | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- run: npm run typecheck | ||
- run: npm run cspell -- --no-progress | ||
- run: | | ||
|
@@ -27,7 +27,7 @@ jobs: | |
npm run prettier -- --check | ||
npm run lint | ||
fi | ||
- uses: taiga-family/ci/actions/auto/[email protected].6 | ||
- uses: taiga-family/ci/actions/auto/[email protected].7 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
name: Publish canary | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].7 | ||
with: | ||
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} | ||
- run: npx ts-node ./scripts/publish-canary.ts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,27 +11,27 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].7 | ||
with: | ||
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} | ||
|
||
- run: npx nx run-many -t publish | ||
|
||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
- uses: taiga-family/ci/actions/run/[email protected].7 | ||
id: info | ||
|
||
- name: Announce to Time messenger | ||
uses: taiga-family/ci/actions/messenger/time/[email protected].6 | ||
uses: taiga-family/ci/actions/messenger/time/[email protected].7 | ||
if: ${{ !contains(steps.info.outputs.version, 'rc') }} | ||
with: | ||
url: ${{ secrets.ANNOUNCE_WEBHOOK }} | ||
channel: ${{ secrets.ANNOUNCE_TARGET }} | ||
version: v${{ steps.info.outputs.version }} | ||
|
||
- name: Announce to Telegram messenger | ||
uses: taiga-family/ci/actions/messenger/telegram/[email protected].6 | ||
uses: taiga-family/ci/actions/messenger/telegram/[email protected].7 | ||
if: ${{ !contains(steps.info.outputs.version, 'rc') }} | ||
with: | ||
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ jobs: | |
if: github.event.review.state == 'approved' | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/auto/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/auto/[email protected].7 | ||
with: | ||
approvals: 1 | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- run: npx nx build demo | ||
- run: tree ${{ env.DIST }} -P '*.html' | ||
|
@@ -35,8 +35,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
id: nodejs-workspace | ||
|
||
- run: npx nx prerender demo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ jobs: | |
name: Unit tests | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/run/[email protected].7 | ||
id: info | ||
- run: npx nx run cdk:schematics --v=${{ steps.info.outputs.root-package-major-version }} | ||
- run: npm test | ||
|