Skip to content
Snippets Groups Projects
Commit a5739a2a authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Merge branch 'malowe/main/message-fix' into 'main'

Swap error and failure GH commit status messages

See merge request !136
parents 5634c2bc 8fe2e8e1
No related branches found
No related tags found
1 merge request!136Swap error and failure GH commit status messages
Pipeline #18147 passed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment