Skip to content

Commit 7b0668d

Browse files
committed
chore: add component owners
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 311fde4 commit 7b0668d

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

.github/component_owners.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Keep all in alphabetical order
2+
components:
3+
crates/env-var:
4+
- jbovet
5+
- MatteoJoliveau
6+
crates/flagd:
7+
- erenatas
8+
- sheepduke
9+
crates/flipt:
10+
- tamaroning
11+
crates/ofrep:
12+
- erenatas
13+
- Rahul-Baradol
14+
15+
ignored-authors:
16+
- renovate-bot
Lines changed: 18 additions & 0 deletions
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@58bd86e9814d23f1525d0a970682cead459fa783
16+
with:
17+
config-file: .github/component_owners.yml
18+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)