Skip to content

Commit

Permalink
chore: add component owners (open-feature#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Vladimir Petrusevici <vladimir.petrusevici@outlook.com>
  • Loading branch information
toddbaert authored and vpetrusevici committed Oct 18, 2023
1 parent 7b9a34f commit 2119bf3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/component_owners.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Keep all in alphabetical order
components:
src/OpenFeature.Contrib.Hooks.Otel:
- bacherfl
- toddbaert
src/OpenFeature.Contrib.Providers.Flagd:
- bacherfl
- toddbaert
src/OpenFeature.Contrib.Providers.GOFeatureFlag:
- thomaspoignant

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: 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@95fcb98c201ff5a41f6b9df38caad4bf9bf4ef02
with:
config-file: .github/component_owners.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2119bf3

Please sign in to comment.