Skip to content
Snippets Groups Projects

Swap error and failure GH commit status messages

Merged Martin Lowe requested to merge (removed):malowe/main/message-fix into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -21,8 +21,8 @@ package org.eclipsefoundation.git.eca.namespace;
public enum GithubCommitStatuses {
SUCCESS("The author(s) of the pull request is covered by necessary legal agreements in order to proceed!"),
FAILURE("An unexpected error has occurred. Please contact webmaster@eclipse.org."),
ERROR("The author(s) of the pull request is not covered by necessary legal agreements in order to proceed."),
FAILURE("The author(s) of the pull request is not covered by necessary legal agreements in order to proceed."),
ERROR("An unexpected error has occurred. Please contact webmaster@eclipse.org."),
PENDING("Eclipse Foundation Contributor Agreement validation is in progress.");
private String message;
Loading