File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Keep all in alphabetical order
2+ components :
3+ hooks/openfeature-hooks-opentelemetry :
4+ - federicobond
5+ providers/openfeature-provider-env-var :
6+ - chrfwow
7+ - aepfli
8+ providers/openfeature-provider-flagd :
9+ - aepfli
10+ - federicobond
11+ providers/openfeature-provider-flipt :
12+ - atmask
13+ - markphelps
14+ providers/openfeature-provider-ofrep :
15+ - federicobond
16+ - aepfli
Original file line number Diff line number Diff line change 1+ name : ' Component Owners'
2+
3+ on :
4+ pull_request_target :
5+
6+ permissions :
7+ contents : read # to read changed files
8+ issues : write # to read/write issue assignees
9+ pull-requests : write # to read/write PR reviewers
10+
11+ jobs :
12+ run_self :
13+ runs-on : ubuntu-latest
14+ name : Auto Assign Owners
15+ steps :
16+ - uses : dyladan/component-owners@58bd86e9814d23f1525d0a970682cead459fa783
17+ with :
18+ config-file : .github/component_owners.yml
19+ repo-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments