Skip to content

Commit

Permalink
chore: update taiga-family/ci action to v1.101.0 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Dec 2, 2024
1 parent f8442c7 commit 05df6ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix: ${{ steps.matrix.outputs.value }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@v1.100.0
- uses: taiga-family/ci/actions/setup/variables@v1.101.0
- id: matrix
if: env.IS_TAIGA_FAMILY_BOT_PR_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/wait-job@v1.100.0
- uses: taiga-family/ci/actions/run/wait-job@v1.101.0
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/double@v1.100.0
- uses: taiga-family/ci/actions/auto/approve/double@v1.101.0
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
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- 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:
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- 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: npx nx build demo
- run: |
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
Expand All @@ -24,7 +24,7 @@ jobs:
npm run stylelint
npm run lint
fi
- 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 }}

Expand Down

0 comments on commit 05df6ee

Please sign in to comment.