Rename the meta check to grahamcofborg-eval-check-meta

This commit is contained in:
Graham Christensen 2017-12-12 19:59:03 -05:00
parent b09968f9a1
commit 32437dfab5
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -310,7 +310,7 @@ impl worker::SimpleWorker for MassRebuildWorker {
let mut status = CommitStatus::new(
repo.statuses(),
job.pr.head_sha.clone(),
String::from("Meta Field Checks"),
String::from("grahamcofborg-eval-check-meta"),
String::from("config.nix: checkMeta = true"),
None
);