Skip to content

feat: flagd support resolver type from env vars #2092

feat: flagd support resolver type from env vars

feat: flagd support resolver type from env vars #2092

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 }}