Skip to content

refactor: configuration for OBF with new code + ProductsFeatures.pm for features by product type #2550

refactor: configuration for OBF with new code + ProductsFeatures.pm for features by product type

refactor: configuration for OBF with new code + ProductsFeatures.pm for features by product type #2550

# .github/workflows/auto-author-assign.yml
name: '👩‍💻 Auto-assign Pull Request Author'
on:
pull_request_target:
types: [opened, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: write
jobs:
assign-author:
name: 'Pull request assignment'
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.1.0