Commit Graph

8 Commits

Author SHA1 Message Date
Stephen Augustus
b15b47aec3
CODEOWNERS: Support distribution of code reviews via team assignments (#3620)
Individual maintainer assignments within CODEOWNERS mean that we
cannot take advantage of GitHub code review distribution schemes
for team review assignments.

In this commit, we switch to team assignments within CODEOWNERS.

A common complaint with this approach is that unless you are a part
of the GitHub organization, you will not be able to view a team's
membership/understand who the maintainers of a project are.

To provide visibility into the maintainer list, we've added a
MAINTAINERS.md here as well.

Signed-off-by: Stephen Augustus <foo@auggie.dev>
2023-10-27 13:41:58 -07:00
Naveen
559b71b496
Invite @raghavkaul as maintainer (#2663)
- Add @raghavkaul as a CODEOWNERS file reviewer
- Update the CODEOWNERS file

[.github/CODEOWNERS]
- Add @raghavkaul to CODEOWNERS file

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2023-02-16 15:07:41 +00:00
Naveen
9f67c4ead1
🌱 Invite @spencerschrock as maintainer (#2269)
- Invite @spencerschrock as a contributor to Scorecard
- Spencer has been participating and actively contributing https://github.com/ossf/allstar/issues/238
- Spencer has contributed 17 commits
  https://github.com/ossf/scorecard/commits?author=spencerschrock and
  some are significant changes.

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2022-09-19 16:10:04 +00:00
laurentsimon
3818dbe839
Update CODEOWNERS (#1701)
@inferno-chromium asked to be removed because he's not actively reviewing PRs anymore and his inbox is being bombarded :-)

cc @inferno-chromium
2022-03-02 16:21:38 +00:00
Stephen Augustus (he/him)
16c0d375d6
🌱 CODEOWNERS: Add Stephen Augustus (justaugustus) as maintainer (#1530)
* CODEOWNERS: Simplify maintainers

.github/workflows/* CODEOWNERS are effectively maintainers, but
with the current configuration, they are not being automatically
tagged for review for other file changes.

Here we simplify to `*`, in preparation for adding additional
maintainers.

(Maintainers have also been alpha-sorted.)

Signed-off-by: Stephen Augustus <foo@auggie.dev>

* CODEOWNERS: Add Stephen Augustus (justaugustus) as maintainer

Signed-off-by: Stephen Augustus <foo@auggie.dev>
2022-01-25 20:33:27 -08:00
laurentsimon
59edb12f2a
🐛 Use only olivekl@ in CODEOWNER (#1212)
* codeowner

* workflows
2021-11-02 19:44:01 +00:00
Romain Dauby
6467b31c4c
📖 Update CODEOWNERS (#1189)
* Update CODEOWNERS

* Add 2 code owners

Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
2021-10-29 08:36:51 -05:00
Naveen
9d4e5c0731
feature - CODEOWNERS for github branch protection feature (#123)
Included the codeowners for enabling branch protection "Require review from Code Owners"

Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2021-01-05 12:53:35 -08:00