Patrick Georgi submitted this change.

View Change


Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
Replace -is:draft

That flag has been retired by Gerrit a long time ago and was
replaced with -is:private and -is:wip for different aspects of
what a draft change has been previously.

Change-Id: Id4c569af1ad559fc87db55e76a8ca36d893e163d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67281
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
---
M project.config
1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/project.config b/project.config
index 19161bb..128a402 100644
--- a/project.config
+++ b/project.config
@@ -38,4 +38,4 @@
[notify "coreboot-gerrit"]
header = to
email = coreboot-gerrit@coreboot.org
- filter = -is:draft
+ filter = -is:private -is:wip

To view, visit change 67281. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: refs/meta/config
Gerrit-Change-Id: Id4c569af1ad559fc87db55e76a8ca36d893e163d
Gerrit-Change-Number: 67281
Gerrit-PatchSet: 3
Gerrit-Owner: Patrick Georgi <patrick@coreboot.org>
Gerrit-Reviewer: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Martin L Roth <gaumless@gmail.com>
Gerrit-Reviewer: Patrick Georgi <patrick@coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged