commit | f9f35827489b00cdef42919aec74e41d0f41d80d | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Tue Jul 05 14:04:00 2022 +0000 |
committer | Heschi Kreinick <heschi@google.com> | Tue May 09 15:59:47 2023 +0000 |
tree | a1f26460f36f5477fad31c14462747b74f36c80e | |
parent | d15aeeb53fa58a2026e366ce46a5f31b64b3ddf5 [diff] |
Remove redundant predicates from copy conditions If "is:ANY" is matched, all other OR-conditions can be dropped, since "is:ANY" already matches all approvals [1] Removing the redundant predicates makes the copy conditions easier to grasp. This is more important now that copy conditions are included into change messages, and hence exposed to all users (see b/234821250). [1] https://gerrit-review.googlesource.com/Documentation/config-labels.html#is_any Change-Id: If3aad1a281902574f4cd3e048e9b921988ba11ff Reviewed-on: https://go-review.googlesource.com/c/All-Projects/+/416054 Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>