Skip to content

Commit

Permalink
Merge pull request #2 from gastaldi/patch-1
Browse files Browse the repository at this point in the history
Change EMAIL_FROM
  • Loading branch information
paulrobinson authored Nov 23, 2022
2 parents 2602919 + 94634a7 commit 24398e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class run implements Callable<Integer> {
private static final String SMTP_SERVER = "smtp.corp.redhat.com";
private static final String USERNAME = "";
private static final String PASSWORD = "";
private static final String EMAIL_FROM = "probinso@redhat.com";
private static final String EMAIL_FROM = "ggastald@redhat.com";
private static final String EMAIL_SUBJECT = "ACTION REQUIRED: Please update these Quarkus JIRA issues";

//Cache of component leads (looking up is expensive)
Expand Down

0 comments on commit 24398e8

Please sign in to comment.