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

Configure Renovate

Configure Renovate #1

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
if:
github.actor == 'taiga-family-bot' && (contains(github.head_ref, 'release/') || contains(github.head_ref,
'renovate/'))
steps:
- uses: actions/checkout@v3
- uses: taiga-family/ci/actions/[email protected]
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}