mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Bug 1700396: Bump Updatebot version for phabricator fixes r=andi
Correctly handle group phab reviewers and submit two separate phabricator revisions for two patches Differential Revision: https://phabricator.services.mozilla.com/D163872
This commit is contained in:
parent
5c3af9b80f
commit
8efd64bdbf
6
python/mozbuild/mozbuild/vendor/moz_yaml.py
vendored
6
python/mozbuild/mozbuild/vendor/moz_yaml.py
vendored
@ -19,14 +19,14 @@ from voluptuous import (
|
||||
All,
|
||||
Boolean,
|
||||
FqdnUrl,
|
||||
In,
|
||||
Invalid,
|
||||
Length,
|
||||
Match,
|
||||
Msg,
|
||||
Required,
|
||||
Schema,
|
||||
Unique,
|
||||
In,
|
||||
Invalid,
|
||||
)
|
||||
from yaml.error import MarkedYAMLError
|
||||
|
||||
@ -282,7 +282,7 @@ updatebot:
|
||||
|
||||
# TODO: allow multiple users to be specified
|
||||
# Phabricator username for a maintainer of the library, used for assigning
|
||||
# reviewers
|
||||
# reviewers. For a review group, preface with #, such as "#build""
|
||||
maintainer-phab: tjr
|
||||
|
||||
# Bugzilla email address for a maintainer of the library, used for needinfos
|
||||
|
@ -1 +1,2 @@
|
||||
export UPDATEBOT_REVISION=f073fe25319c2f91c97576393ad04346bbad1ed6
|
||||
export UPDATEBOT_REVISION=d646ac13bd300241fdf03e529fcf37d231f10bfc
|
||||
|
||||
|
@ -48,7 +48,7 @@ vendoring:
|
||||
args: ['{revision}']
|
||||
|
||||
updatebot:
|
||||
maintainer-phab: "pdfjs-reviewers"
|
||||
maintainer-phab: "#pdfjs-reviewers"
|
||||
maintainer-bz: cdenizet@mozilla.com
|
||||
fuzzy-query: "'debug | 'opt !san !android"
|
||||
fuzzy-paths:
|
||||
|
Loading…
Reference in New Issue
Block a user