mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-30 09:20:58 +01:00
Enable the "Accepted Differential Revision" field for Herald post-commit hooks
Summary: I implemented this field, but didn't actually enable it. Auditors: btrahan
This commit is contained in:
parent
c462713584
commit
e27bbb9aa5
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ final class HeraldCommitAdapter extends HeraldAdapter {
|
|||
self::FIELD_AFFECTED_PACKAGE_OWNER,
|
||||
self::FIELD_NEED_AUDIT_FOR_PACKAGE,
|
||||
self::FIELD_DIFFERENTIAL_REVISION,
|
||||
self::FIELD_DIFFERENTIAL_ACCEPTED,
|
||||
self::FIELD_DIFFERENTIAL_REVIEWERS,
|
||||
self::FIELD_DIFFERENTIAL_CCS,
|
||||
self::FIELD_REPOSITORY_AUTOCLOSE_BRANCH,
|
||||
|
|
Loading…
Reference in a new issue