generated from Tinkoff/angular-open-source-starter
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update taiga-family/ci action to v1.93.5 (#1550)
- Loading branch information
1 parent
8a5ef9f
commit 6e83710
Showing
12 changed files
with
33 additions
and
33 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: toshimaru/[email protected] | ||
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
matrix: ${{ steps.matrix.outputs.value }} | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- id: matrix | ||
run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT | ||
|
||
|
@@ -24,7 +24,7 @@ jobs: | |
matrix: | ||
value: ${{ fromJSON(needs.setup.outputs.matrix) }} | ||
steps: | ||
- uses: taiga-family/ci/actions/run/[email protected].3 | ||
- uses: taiga-family/ci/actions/run/[email protected].5 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
job: ${{ matrix.value }} | ||
|
@@ -34,13 +34,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].5 | ||
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' | ||
with: | ||
token1: ${{ secrets.GITHUB_TOKEN }} | ||
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/run/[email protected].3 | ||
- uses: taiga-family/ci/actions/run/[email protected].5 | ||
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' | ||
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: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- run: npx nx prerender editor-demo | ||
|
||
concurrency: | ||
|
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].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- run: npx nx build editor | ||
|
||
concurrency: | ||
|
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,10 +8,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- run: npx nx prerender editor-demo -c github | ||
- uses: taiga-family/ci/actions/deploy/[email protected].3 | ||
- uses: taiga-family/ci/actions/deploy/[email protected].5 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
folder: dist/demo/browser | ||
|
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,8 +7,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- run: npx nx build editor-demo | ||
- name: Deploy preview | ||
uses: FirebaseExtended/action-hosting-deploy@v0 | ||
|
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,11 +8,11 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- run: npx nx prerender editor-demo | ||
- uses: taiga-family/ci/actions/run/[email protected].3 | ||
- uses: taiga-family/ci/actions/run/[email protected].5 | ||
with: | ||
port: ${{ env.NG_SERVER_PORT }} | ||
directory: ${{ env.DIST }} | ||
|
@@ -21,12 +21,12 @@ jobs: | |
|
||
- run: npx nx e2e editor-demo-playwright -- --update-snapshots | ||
|
||
- uses: taiga-family/ci/actions/run/[email protected].3 | ||
- uses: taiga-family/ci/actions/run/[email protected].5 | ||
with: | ||
branch: snapshots/demo/next/${{ github.base_ref }} | ||
destination: ${{ env.DIST_NEXT }} | ||
|
||
- uses: taiga-family/ci/actions/run/[email protected].3 | ||
- uses: taiga-family/ci/actions/run/[email protected].5 | ||
with: | ||
port: ${{ env.NG_SERVER_PORT }} | ||
directory: ${{ env.DIST_NEXT }} | ||
|
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].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- run: | | ||
npm run cspell | ||
|
@@ -27,7 +27,7 @@ jobs: | |
npm run prettier -- --check | ||
npm run lint | ||
fi | ||
- uses: taiga-family/ci/actions/auto/[email protected].3 | ||
- uses: taiga-family/ci/actions/auto/[email protected].5 | ||
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,8 +10,8 @@ jobs: | |
if: github.event.review.state == 'approved' | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/auto/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: taiga-family/ci/actions/auto/[email protected].5 | ||
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 |
---|---|---|
|
@@ -18,22 +18,22 @@ jobs: | |
if: "!contains(github.event.head_commit.message, 'chore(release)')" | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/run/[email protected].3 | ||
- uses: taiga-family/ci/actions/run/[email protected].5 | ||
id: release-it | ||
with: | ||
ref: ${{ github.ref }} | ||
mode: ${{ github.event.inputs.mode }} | ||
npmToken: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} | ||
githubToken: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
||
- uses: taiga-family/ci/actions/run/[email protected].3 | ||
- uses: taiga-family/ci/actions/run/[email protected].5 | ||
id: info | ||
with: | ||
path: ./projects/editor/package.json | ||
|
||
- name: Announce to Telegram | ||
if: steps.release-it.outputs.released == 'true' | ||
uses: taiga-family/ci/actions/messenger/telegram/[email protected].3 | ||
uses: taiga-family/ci/actions/messenger/telegram/[email protected].5 | ||
with: | ||
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} | ||
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_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 |
---|---|---|
|
@@ -8,8 +8,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
|
||
- run: npx nx build editor-demo | ||
- run: tree ${{ env.DIST }} -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 |
---|---|---|
|
@@ -11,8 +11,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].3 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- uses: taiga-family/ci/actions/setup/[email protected].5 | ||
- run: npx nx test editor --nxBail | ||
- uses: codecov/[email protected] | ||
with: | ||
|