Skip to content

fix(core): correct handling of browser autofill/suggestion in Firefox #782

fix(core): correct handling of browser autofill/suggestion in Firefox

fix(core): correct handling of browser autofill/suggestion in Firefox #782

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.62.24
- uses: taiga-family/ci/actions/setup/variables@v1.62.24
- uses: toshimaru/auto-author-assign@v2.1.0
if: env.IS_OWNER_MODE == 'true'
with:
repo-token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}