This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ee8211a62c etc: teams: Add news.scm to translations team scope.
ee8211a62c is described below

commit ee8211a62ca083339ade240703ac94a0ffb07e09
Author: Thiago Jung Bauermann <[email protected]>
AuthorDate: Thu Sep 29 00:20:58 2022 -0300

    etc: teams: Add news.scm to translations team scope.
    
    * etc/teams.scm.in (translations)[#:scope]: Add etc/news.scm.
    
    Signed-off-by: Mathieu Othacehe <[email protected]>
---
 etc/teams.scm.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 2727505529..c27ea5271e 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -354,7 +354,8 @@ asdf-build-system."
 (define-team translations
   (team 'translations
         #:name "Translations"
-        #:scope (list (make-regexp "^po/"))))
+        #:scope (list "etc/news.scm"
+                      (make-regexp "^po/"))))
 
 (define-team installer
   (team 'installer

Reply via email to