Skip to content

feat: Adding a Provider implementation on top of the standard dotnet FeatureManagement system. #334

feat: Adding a Provider implementation on top of the standard dotnet FeatureManagement system.

feat: Adding a Provider implementation on top of the standard dotnet FeatureManagement system. #334

name: 'Component Owners'
on:
pull_request_target:
permissions:
contents: read # to read changed files
issues: write # to read/write issue assignees
pull-requests: write # to read/write PR reviewers
jobs:
run_self:
runs-on: ubuntu-latest
name: Auto Assign Owners
steps:
- uses: dyladan/component-owners@cdaadffde64c918909ee081e3fe044b8910f56c2
with:
config-file: .github/component_owners.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}