Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/67281 )
Change subject: Replace -is:draft ......................................................................
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(-)
Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
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