mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
3b6e499d5e
commit
8dff813138
2 changed files with 38 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue