Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update taiga-family/ci action to v1.44.5 #701

Merged
merged 1 commit into from
Nov 28, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
14 changes: 7 additions & 7 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
outputs:
matrix: ${{ steps.matrix.outputs.value }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- id: matrix
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
matrix:
value: ${{ fromJSON(needs.setup.outputs.matrix) }}
steps:
- uses: taiga-family/ci/actions/run/[email protected].4
- uses: taiga-family/ci/actions/run/[email protected].5
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: ${{ matrix.value }}
Expand All @@ -39,13 +39,13 @@ jobs:
needs: [wait]
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/auto/approve/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/auto/approve/[email protected].5
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected].4
- uses: taiga-family/ci/actions/run/[email protected].5
if: env.IS_RELEASE_BRANCH == 'false'
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].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: toshimaru/[email protected]
if: env.IS_OWNER_MODE == 'true'
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/auto-cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/auto/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/auto/[email protected].5
if: github.event_name == 'push'
with:
branch-name: ${{ github.head_ref || github.ref_name }}
- uses: taiga-family/ci/actions/auto/[email protected].4
- uses: taiga-family/ci/actions/auto/[email protected].5
if: github.event_name == 'pull_request'
with:
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge
4 changes: 2 additions & 2 deletions .github/workflows/auto-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/security/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/security/[email protected].5
6 changes: 3 additions & 3 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
name: Label when approved
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/auto/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- 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 }}
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].4
- uses: taiga-family/ci/actions/auto/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/auto/[email protected].5
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npx nx run-many --target build --all --exclude=demo

build-demo:
name: Demo
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npx nx build-gh-pages

concurrency:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
env:
IS_DRY_MODE: ${{ github.event.inputs.dryRun == 'true' }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
with:
fetch-depth: 0
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/config/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/config/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
name: Firebase
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npm run build

- name: Debug output
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npx nx build-gh-pages
- uses: JamesIves/[email protected]
with:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
name: Build demo
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
with:
fetch-depth: 10

- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5

- name: Mark demo-app directory for persist in cache
uses: actions/cache@v3
Expand All @@ -42,8 +42,8 @@ jobs:
project: [date, date-range, date-time, number, time]
name: Kit / ${{ matrix.project }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5

- name: Download demo build from cache
uses: actions/cache@v3
Expand All @@ -67,8 +67,8 @@ jobs:
runs-on: ubuntu-latest
name: Recipes
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5

- name: Download demo build from cache
uses: actions/cache@v3
Expand All @@ -90,8 +90,8 @@ jobs:
runs-on: ubuntu-latest
name: Others
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5

- name: Download demo build from cache
uses: actions/cache@v3
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,47 @@ jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npm run typecheck

cspell:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npm run cspell -- --no-progress

prettier:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- 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: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }}
- uses: taiga-family/ci/actions/auto/[email protected].4
- uses: taiga-family/ci/actions/auto/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

stylelint:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- 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: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }}
- uses: taiga-family/ci/actions/auto/[email protected].4
- uses: taiga-family/ci/actions/auto/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

eslint:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- 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: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }}
- uses: taiga-family/ci/actions/auto/[email protected].4
- uses: taiga-family/ci/actions/auto/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npx nx run-many --target build --all --exclude=demo
- run: npx nx run-many --target publish --all --exclude=demo

Expand All @@ -22,7 +22,7 @@ jobs:
echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT

- name: Announce to Telegram
uses: taiga-family/ci/actions/messenger/telegram/[email protected].4
uses: taiga-family/ci/actions/messenger/telegram/[email protected].5
with:
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npx nx run-many --target test --all --coverage
- uses: codecov/[email protected]
with:
Expand Down
Loading