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') ]), }),), }),