Skip to content

Commit

Permalink
Merge f847c41 into 15a6327
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonschroeder-sfdc authored Jun 13, 2023
2 parents 15a6327 + f847c41 commit 430ca32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile-image-update/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.308</version>
<version>1.315</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public int createPullReq(GHRepository origRepo, String branch,
try {
GHPullRequest pullRequest = origRepo.createPullRequest(title, forkRepo.getOwnerName() + ":" + branch,
origRepo.getDefaultBranch(), body);
pullRequest.setLabels("dependencies");
// origRepo.createPullRequest("Update base image in Dockerfile", forkRepo.getOwnerName() + ":" + branch,
// origRepo.getDefaultBranch(), "Automatic Dockerfile Image Updater. Please merge.");
log.info("A pull request has been created at {}", pullRequest.getHtmlUrl());
Expand Down

0 comments on commit 430ca32

Please sign in to comment.