mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
teams: Add “codeowners” action.
* etc/teams.scm (team->codeowners-snippet, export-codeowners): New procedures. (main): Add “codeowners” action. * doc/contributing.texi (Teams): Document it. Change-Id: I601443981af374d85160833f7096d8c973873fb1
This commit is contained in:
@@ -2733,6 +2733,13 @@ $ guix shell -D guix
|
||||
[env]$ git send-email --to=@var{ISSUE_NUMBER}@@debbugs.gnu.org -2
|
||||
@end example
|
||||
|
||||
To generate a @file{CODEOWNERS} file, which Forgejo uses to determine
|
||||
which team or person should review changes to a given set of files, run:
|
||||
|
||||
@example
|
||||
./etc/teams.scm codeowners > CODEOWNERS
|
||||
@end example
|
||||
|
||||
@node Making Decisions
|
||||
@section Making Decisions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user