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.27.1 #276

Merged
merged 1 commit into from
Oct 6, 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].0
- uses: taiga-family/ci/actions/setup/[email protected].1
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
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.TAIGA_FAMILY_BOT_IS_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
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].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
if: github.event_name == 'push'
with:
branch-name: ${{ github.head_ref || github.ref_name }}
- uses: taiga-family/ci/actions/auto/[email protected].0
- uses: taiga-family/ci/actions/auto/[email protected].1
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].0
- uses: taiga-family/ci/actions/security/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/security/[email protected].1
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
10 changes: 5 additions & 5 deletions .github/workflows/auto-sync-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- 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/config/[email protected].1
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/git/[email protected].0
- uses: taiga-family/ci/actions/git/[email protected].0
- uses: taiga-family/ci/actions/git/[email protected].1
- uses: taiga-family/ci/actions/git/[email protected].1
id: git
- uses: taiga-family/ci/actions/run/npm/[email protected].0
- uses: taiga-family/ci/actions/run/npm/[email protected].1
if: steps.git.outputs.modified == 'true'
- name: Create Pull Request
if: steps.git.outputs.modified == 'true'
Expand Down
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: npm run build

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 nx build tui-editor

concurrency:
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
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ 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 build-gh-pages editor-demo
- 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
18 changes: 9 additions & 9 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
name: Build demo for cypress
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/run/[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/run/[email protected].1
continue-on-error: true
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].1

- name: Building demo-app of git-branch without cache
run: npx nx build editor-demo --output-path ${{ env.DIST }}
Expand All @@ -30,9 +30,9 @@ jobs:
needs: [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

- name: Download cache / ${{ env.CACHE_DIST_KEY }}
uses: actions/cache/[email protected]
Expand Down Expand Up @@ -80,8 +80,8 @@ jobs:
needs: [cypress]
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

- name: Download artifacts / ${{ env.SNAPSHOTS_CACHE_KEY }}
continue-on-error: true
Expand Down
6 changes: 3 additions & 3 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: npm run typecheck
- run: npm run prettier -- --check
- run: npm run stylelint
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
env:
GH_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 }}
- 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/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.NPM_TOKEN }}

Expand All @@ -53,7 +53,7 @@ jobs:
echo "version=@tinkoff/tui-editor@$(node -p "require('./libs/tui-editor/package.json').version")" >> $GITHUB_OUTPUT

- name: Announce to Telegram
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-next:
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
- uses: s0/[email protected]
env:
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 tui-editor
- uses: codecov/[email protected]
with:
Expand Down
Loading