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+ 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments