Skip to content

taxonomy: Lithuanian labels logos #1453

taxonomy: Lithuanian labels logos

taxonomy: Lithuanian labels logos #1453

Workflow file for this run

# .github/workflows/auto-author-assign.yml
name: 'Assign the author of a PR automatically'
on:
pull_request_target:
types: [opened, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.6.2