Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.73.1 (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 13, 2024
1 parent 8bc41c2 commit d010d43
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 45 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
outputs:
matrix: ${{ steps.matrix.outputs.value }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- id: matrix
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT
Expand All @@ -24,7 +24,7 @@ jobs:
matrix:
value: ${{ fromJSON(needs.setup.outputs.matrix) }}
steps:
- uses: taiga-family/ci/actions/run/[email protected].0
- uses: taiga-family/ci/actions/run/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: ${{ matrix.value }}
Expand All @@ -33,11 +33,11 @@ jobs:
needs: [wait]
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/auto/approve/[email protected].0
- uses: taiga-family/ci/actions/auto/approve/[email protected].1
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected].0
- uses: taiga-family/ci/actions/run/[email protected].1
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
name: PR author as an assignee
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: toshimaru/[email protected]
if: env.IS_OWNER_MODE == 'true'
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-remove-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
remove_label:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/auto/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/auto/[email protected].1
6 changes: 3 additions & 3 deletions .github/workflows/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Build demo
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- run: npx nx prerender editor-demo

concurrency:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Build package
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- run: npx ts-node .scripts/validate-version.ts
- run: npx nx build editor

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1

- run: npx nx prerender editor-demo -c github

- uses: taiga-family/ci/actions/deploy/[email protected].0
- uses: taiga-family/ci/actions/deploy/[email protected].1
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
folder: dist/demo/browser
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
name: Firebase
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- run: npx nx build editor-demo
- name: Deploy preview
uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
name: E2E
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- run: npx nx prerender editor-demo
- uses: taiga-family/ci/actions/run/[email protected].0
- uses: taiga-family/ci/actions/run/[email protected].1
with:
port: ${{ env.NG_SERVER_PORT }}
directory: ${{ env.DIST }}
Expand All @@ -22,12 +22,12 @@ jobs:

- run: npx nx e2e editor-demo-playwright -- --update-snapshots

- uses: taiga-family/ci/actions/run/[email protected].0
- uses: taiga-family/ci/actions/run/[email protected].1
with:
branch: snapshots/demo/next/${{ github.base_ref }}
destination: ${{ env.DIST_NEXT }}

- uses: taiga-family/ci/actions/run/[email protected].0
- uses: taiga-family/ci/actions/run/[email protected].1
with:
port: ${{ env.NG_SERVER_PORT }}
directory: ${{ env.DIST_NEXT }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- run: |
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
npm run stylelint -- --fix
Expand All @@ -23,7 +23,7 @@ jobs:
npm run prettier -- --check
npm run lint
fi
- uses: taiga-family/ci/actions/auto/[email protected].0
- uses: taiga-family/ci/actions/auto/[email protected].1
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
ref: ${{ github.ref }}
fetch-depth: 0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/config/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/config/[email protected].1
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/config/[email protected].0
- uses: taiga-family/ci/actions/setup/config/[email protected].1
with:
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}

Expand All @@ -60,7 +60,7 @@ jobs:
- name: Announce to Telegram
if: ${{ !contains(steps.info.outputs.version, 'rc') }}
uses: taiga-family/ci/actions/messenger/telegram/[email protected].0
uses: taiga-family/ci/actions/messenger/telegram/[email protected].1
with:
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
snapshots:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1

- run: npx nx build editor-demo
- run: tree ${{ env.DIST }} -P '*.html'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- run: npx nx test editor --nxBail
- uses: codecov/[email protected]
with:
Expand Down

0 comments on commit d010d43

Please sign in to comment.