Skip to content

Commit

Permalink
Merge pull request #202 from rhusar/stylization
Browse files Browse the repository at this point in the history
Fix stylization of 'WildFly' especially in publicly visible strings.
  • Loading branch information
petrberan authored Nov 15, 2024
2 parents ab5aabe + 8700feb commit 51bc02d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/wildfly/bot/LifecycleProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@ApplicationScoped
public class LifecycleProcessor {

public static final String EMAIL_SUBJECT = "Unsuccessful installation of Wildfly Bot Application";
public static final String EMAIL_SUBJECT = "Unsuccessful installation of WildFly Bot Application";
public static final String EMAIL_TEXT = """
Hello,
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/wildfly/bot/model/RuntimeConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class RuntimeConstants {

public static final String BOT_REPO_REF_FOOTER = "More information about the [%s](https://github.com/wildfly/wildfly-github-bot)";

public static final String BOT_JIRA_LINKS_HEADER = "Wildfly issue links:\n";
public static final String BOT_JIRA_LINKS_HEADER = "WildFly issue links:\n";

public static final String BOT_JIRA_LINK_TEMPLATE = "https://issues.redhat.com/browse/%1$s";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import static org.wildfly.bot.model.RuntimeConstants.PROJECT_PATTERN_REGEX;

/**
* Tests for the Wildfly -> Format -> Commit checks.
* Tests for the WildFly -> Format -> Commit checks.
*/
@QuarkusTest
@GitHubAppTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import static org.mockito.Mockito.never;

/**
* Tests for the Wildfly -> Format -> Description checks.
* Tests for the WildFly -> Format -> Description checks.
*/
@QuarkusTest
@GitHubAppTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import static org.wildfly.bot.model.RuntimeConstants.PROJECT_PATTERN_REGEX;

/**
* Tests for the Wildfly -> ProjectKey function.
* Tests for the WildFly -> ProjectKey function.
*/
@QuarkusTest
@GitHubAppTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import org.wildfly.bot.utils.testing.internal.TestModel;

/**
* Tests for the Wildfly -> Rules -> Body checks.
* Tests for the WildFly -> Rules -> Body checks.
*/
@QuarkusTest
@GitHubAppTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.util.List;

/**
* Tests for the Wildfly -> Rules -> Directories checks.
* Tests for the WildFly -> Rules -> Directories checks.
*/
@QuarkusTest
@GitHubAppTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import org.wildfly.bot.utils.testing.internal.TestModel;

/**
* Tests for the Wildfly -> Rules -> Notify function.
* Tests for the WildFly -> Rules -> Notify function.
*/
@QuarkusTest
@GitHubAppTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import org.wildfly.bot.utils.testing.internal.TestModel;

/**
* Tests for the Wildfly -> Rules -> TitleBody checks.
* Tests for the WildFly -> Rules -> TitleBody checks.
*/
@QuarkusTest
@GitHubAppTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import org.wildfly.bot.utils.testing.internal.TestModel;

/**
* Tests for the Wildfly -> Rules -> Title checks.
* Tests for the WildFly -> Rules -> Title checks.
*/
@QuarkusTest
@GitHubAppTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import static org.wildfly.bot.model.RuntimeConstants.PROJECT_PATTERN_REGEX;

/**
* Tests for the Wildfly -> Format -> Title checks.
* Tests for the WildFly -> Format -> Title checks.
*/
@QuarkusTest
@GitHubAppTest
Expand Down

0 comments on commit 51bc02d

Please sign in to comment.