From 69dc200b1c3107c640b1fee9ad10fc8219ddf3b5 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 2 Dec 2024 07:40:06 +0000 Subject: [PATCH] chore: update taiga-family/ci action to v1.101.0 --- .github/workflows/assign-author.yml | 2 +- .github/workflows/auto-merge.yml | 10 +++++----- .github/workflows/ci.yml | 6 +++--- .github/workflows/ready-to-merge.yml | 4 ++-- .github/workflows/release.yml | 10 +++++----- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/assign-author.yml b/.github/workflows/assign-author.yml index 4012cde..a8b138d 100644 --- a/.github/workflows/assign-author.yml +++ b/.github/workflows/assign-author.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - uses: taiga-family/ci/actions/setup/variables@v1.100.0 + - uses: taiga-family/ci/actions/setup/variables@v1.101.0 - uses: toshimaru/auto-author-assign@v2.1.1 continue-on-error: true diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 730bb72..58c42aa 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -12,7 +12,7 @@ jobs: matrix: ${{ steps.matrix.outputs.value }} steps: - uses: actions/checkout@v4.2.2 - - uses: taiga-family/ci/actions/setup/variables@v1.100.0 + - uses: taiga-family/ci/actions/setup/variables@v1.101.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.100.0 + - uses: taiga-family/ci/actions/run/wait-job@v1.101.0 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -34,13 +34,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - uses: taiga-family/ci/actions/setup/variables@v1.100.0 - - uses: taiga-family/ci/actions/auto/approve/double@v1.100.0 + - uses: taiga-family/ci/actions/setup/variables@v1.101.0 + - uses: taiga-family/ci/actions/auto/approve/double@v1.101.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.100.0 + - uses: taiga-family/ci/actions/run/merge@v1.101.0 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fb3f30..d8aa9b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: - uses: actions/checkout@v4.2.2 with: persist-credentials: false - - uses: taiga-family/ci/actions/setup/variables@v1.100.0 - - uses: taiga-family/ci/actions/setup/node@v1.100.0 + - uses: taiga-family/ci/actions/setup/variables@v1.101.0 + - uses: taiga-family/ci/actions/setup/node@v1.101.0 - run: | if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then npm run stylelint -- --fix @@ -30,7 +30,7 @@ jobs: - uses: codecov/codecov-action@v5.0.7 continue-on-error: true - - uses: taiga-family/ci/actions/auto/push@v1.100.0 + - uses: taiga-family/ci/actions/auto/push@v1.101.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/ready-to-merge.yml b/.github/workflows/ready-to-merge.yml index df3ec82..6e4ea12 100644 --- a/.github/workflows/ready-to-merge.yml +++ b/.github/workflows/ready-to-merge.yml @@ -10,8 +10,8 @@ jobs: if: github.event.review.state == 'approved' steps: - uses: actions/checkout@v4.2.2 - - uses: taiga-family/ci/actions/setup/variables@v1.100.0 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.100.0 + - uses: taiga-family/ci/actions/setup/variables@v1.101.0 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.101.0 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31f509b..1ddd0de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,9 +20,9 @@ jobs: if: "!contains(github.event.head_commit.message , 'chore(release)')" steps: - uses: actions/checkout@v4.2.2 - - uses: taiga-family/ci/actions/setup/variables@v1.100.0 - - uses: taiga-family/ci/actions/setup/node@v1.100.0 - - uses: taiga-family/ci/actions/run/release-it@v1.100.0 + - uses: taiga-family/ci/actions/setup/variables@v1.101.0 + - uses: taiga-family/ci/actions/setup/node@v1.101.0 + - uses: taiga-family/ci/actions/run/release-it@v1.101.0 id: release-it with: ref: ${{ github.ref }} @@ -30,14 +30,14 @@ jobs: npmToken: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} githubToken: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/run/read-package-json@v1.100.0 + - uses: taiga-family/ci/actions/run/read-package-json@v1.101.0 id: info with: path: ./projects/ng-event-plugins/package.json - name: Announce to Telegram if: steps.release-it.outputs.released == 'true' - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.100.0 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.101.0 with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}