-
Notifications
You must be signed in to change notification settings - Fork 23
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.91.0
- Loading branch information
1 parent
46d306d
commit 10b6244
Showing
5 changed files
with
14 additions
and
14 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/variables@v1.90.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.91.0 | ||
- 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/variables@v1.90.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.91.0 | ||
- 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/wait-job@v1.90.0 | ||
- uses: taiga-family/ci/actions/run/wait-job@v1.91.0 | ||
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/variables@v1.90.0 | ||
- uses: taiga-family/ci/actions/auto/approve/double@v1.90.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.91.0 | ||
- uses: taiga-family/ci/actions/auto/approve/double@v1.91.0 | ||
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/merge@v1.90.0 | ||
- uses: taiga-family/ci/actions/run/merge@v1.91.0 | ||
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: | |
- uses: actions/[email protected] | ||
with: | ||
persist-credentials: false | ||
- uses: taiga-family/ci/actions/setup/variables@v1.90.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.90.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.91.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.91.0 | ||
|
||
- run: | | ||
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then | ||
|
@@ -29,7 +29,7 @@ jobs: | |
- run: npx nx build ng-polymorpheus | ||
- run: npx nx test ng-polymorpheus | ||
- uses: codecov/codecov-action@v4 | ||
- uses: taiga-family/ci/actions/auto/push@v1.90.0 | ||
- uses: taiga-family/ci/actions/auto/push@v1.91.0 | ||
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/variables@v1.90.0 | ||
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.90.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.91.0 | ||
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.91.0 | ||
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 |
---|---|---|
|
@@ -19,20 +19,20 @@ jobs: | |
if: "!contains(github.event.head_commit.message, 'chore(release)')" | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/run/release-it@v1.90.0 | ||
- uses: taiga-family/ci/actions/run/release-it@v1.91.0 | ||
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/read-package-json@v1.90.0 | ||
- uses: taiga-family/ci/actions/run/read-package-json@v1.91.0 | ||
id: info | ||
with: | ||
path: ./projects/ng-polymorpheus/package.json | ||
|
||
- name: Announce to Telegram | ||
uses: taiga-family/ci/actions/messenger/telegram/announce@v1.90.0 | ||
uses: taiga-family/ci/actions/messenger/telegram/announce@v1.91.0 | ||
with: | ||
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} | ||
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} | ||
|