File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # Keep all in alphabetical order
2+ components :
3+ src/OpenFeature.Contrib.Hooks.Otel :
4+ - bacherfl
5+ - toddbaert
6+ src/OpenFeature.Contrib.Providers.Flagd :
7+ - bacherfl
8+ - toddbaert
9+ src/OpenFeature.Contrib.Providers.GOFeatureFlag :
10+ - thomaspoignant
11+
12+ ignored-authors :
13+ - renovate-bot
Original file line number Diff line number Diff line change 1+ name : ' Component Owners'
2+ on :
3+ pull_request_target :
4+
5+ permissions :
6+ contents : read # to read changed files
7+ issues : write # to read/write issue assignees
8+ pull-requests : write # to read/write PR reviewers
9+
10+ jobs :
11+ run_self :
12+ runs-on : ubuntu-latest
13+ name : Auto Assign Owners
14+ steps :
15+ - uses : dyladan/component-owners@95fcb98c201ff5a41f6b9df38caad4bf9bf4ef02
16+ with :
17+ config-file : .github/component_owners.yml
18+ repo-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments