Skip to content

Commit 611ee9c

Browse files
authored
chore: add component owners (#68)
Signed-off-by: Todd Baert <[email protected]>
1 parent 8a6933a commit 611ee9c

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/component_owners.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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 }}

0 commit comments

Comments
 (0)