-
Notifications
You must be signed in to change notification settings - Fork 0
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.71.2 (#476)
- Loading branch information
1 parent
fad0ebf
commit b3461de
Showing
9 changed files
with
27 additions
and
27 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,6 +7,6 @@ jobs: | |
automate-project-columns: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].1 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
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: | |
outputs: | ||
matrix: ${{ steps.matrix.outputs.value }} | ||
steps: | ||
- 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].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- id: matrix | ||
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' | ||
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].1 | ||
- uses: taiga-family/ci/actions/run/[email protected].2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
job: ${{ matrix.value }} | ||
|
@@ -33,11 +33,11 @@ jobs: | |
needs: [wait] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].1 | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].2 | ||
with: | ||
token1: ${{ secrets.GITHUB_TOKEN }} | ||
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/run/[email protected].1 | ||
- uses: taiga-family/ci/actions/run/[email protected].2 | ||
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 |
---|---|---|
|
@@ -12,12 +12,12 @@ jobs: | |
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].1 | ||
- uses: taiga-family/ci/actions/auto/[email protected].1 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/auto/[email protected].2 | ||
if: github.event_name == 'push' | ||
with: | ||
branch-name: ${{ github.head_ref || github.ref_name }} | ||
- uses: taiga-family/ci/actions/auto/[email protected].1 | ||
- uses: taiga-family/ci/actions/auto/[email protected].2 | ||
if: github.event_name == 'pull_request' | ||
with: | ||
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge |
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,5 +8,5 @@ jobs: | |
dependency-review: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].1 | ||
- uses: taiga-family/ci/actions/security/[email protected].1 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/security/[email protected].2 |
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ jobs: | |
name: Label when approved | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].1 | ||
- uses: taiga-family/ci/actions/setup/[email protected].1 | ||
- uses: taiga-family/ci/actions/auto/[email protected].1 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/auto/[email protected].2 | ||
with: | ||
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 |
---|---|---|
|
@@ -8,9 +8,9 @@ jobs: | |
tracking: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- 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].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- run: npx nx build 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 |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
name: Build | ||
runs-on: ubuntu-latest | ||
steps: | ||
- 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].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- run: npm run lint | ||
- run: npm run prettier -- --check | ||
- run: npx nx build 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 |
---|---|---|
|
@@ -7,9 +7,9 @@ jobs: | |
name: Firebase | ||
runs-on: ubuntu-latest | ||
steps: | ||
- 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].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- 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 |
---|---|---|
|
@@ -8,11 +8,11 @@ jobs: | |
name: Deploy | ||
runs-on: ubuntu-latest | ||
steps: | ||
- 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].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- uses: taiga-family/ci/actions/setup/[email protected].2 | ||
- run: npx nx build demo --base-href /preview-landing-components/ | ||
- uses: taiga-family/ci/actions/deploy/[email protected].1 | ||
- uses: taiga-family/ci/actions/deploy/[email protected].2 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
folder: dist/demo/browser | ||
|