Skip to content

Commit

Permalink
chore: use component_owners (#446)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Jul 12, 2023
1 parent 8568af1 commit 15c6c51
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/component_owners.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Keep all in alphabetical order
components:
libs/hooks/open-telemetry:
- beeme1mr
- toddbaert
libs/providers/config-cat:
- lukas-reining
libs/providers/env-var:
- beeme1mr
- toddbaert
libs/providers/flagd:
- beeme1mr
- toddbaert
libs/providers/flagd-web:
- beeme1mr
- toddbaert
libs/providers/go-feature-flag:
- thomaspoignant
libs/providers/in-memory:
- moredip
- beeme1mr
- toddbaert
libs/providers/launchdarkly-client:
- kinyoklion
- mateoc
- sago2k8

ignored-authors:
- renovate-bot
18 changes: 18 additions & 0 deletions .github/workflows/component-owners.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Component Owners'
on:
pull_request_target:

permissions:
contents: read # to read changed files
issues: read|write # to read/write issue assignees
pull-requests: read|write # to read/write PR reviewers

jobs:
run_self:
runs-on: ubuntu-latest
name: Auto Assign Owners
steps:
- uses: dyladan/component-owners@95fcb98c201ff5a41f6b9df38caad4bf9bf4ef02
with:
config-file: .github/component_owners.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 15c6c51

Please sign in to comment.