From ce4ceae9ca0c82446a2ac10541e4367f932aec97 Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Thu, 10 Jan 2019 16:46:26 -0800 Subject: [PATCH] adds fenix to the list of approved repositories --- CHANGELOG.md | 4 ++++ scriptworker/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa13933..5d503841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [upcoming] +### Changed +- added `fenix` to the list of approved repositories + ## [17.2.0] - 2019-01-03 ### Added - support for GitHub staging releases diff --git a/scriptworker/constants.py b/scriptworker/constants.py index d99d677d..04aaab18 100644 --- a/scriptworker/constants.py +++ b/scriptworker/constants.py @@ -225,7 +225,7 @@ repo_name=re.escape(repo_name) ) for username in _ALLOWED_MOBILE_GITHUB_OWNERS - for repo_name in ('android-components', 'focus-android', 'reference-browser') + for repo_name in ('android-components', 'focus-android', 'reference-browser', 'fenix') ]), }),), }),