Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

chore(deps): pin dependency @tinkoff/linters to 0.3.0 #6

chore(deps): pin dependency @tinkoff/linters to 0.3.0

chore(deps): pin dependency @tinkoff/linters to 0.3.0 #6

Workflow file for this run

name: 🤖 Auto approve by bot
on: pull_request
jobs:
automated-pull-request:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/auto/approve/[email protected]
if: env.TAIGA_FAMILY_BOT_IS_AUTHOR == 'true'
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}