Skip to content

fix: add proper Appearance support #1316

fix: add proper Appearance support

fix: add proper Appearance support #1316

name: 🤖 Auto assign
on:
pull_request:
types: [opened, reopened]
jobs:
assign-author:
name: PR author as an assignee
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/setup/variables@v1.78.0
- uses: toshimaru/auto-author-assign@v2.1.1
if: env.IS_OWNER_MODE == 'true'
with:
repo-token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}