Skip to content

Commit

Permalink
Drop release is approved command as appearing after workflow comment
Browse files Browse the repository at this point in the history
The workflow comment is enough to know we are pursuing.
  • Loading branch information
gsmet committed Jan 10, 2024
1 parent 5bff0f6 commit ca2d802
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public boolean shouldContinueAfterPause(Context context, Commands commands,
@Override
public int run(Context context, Commands commands, ReleaseInformation releaseInformation, ReleaseStatus releaseStatus,
GHIssue issue, UpdatedIssueBody updatedIssueBody) throws IOException, InterruptedException {
issue.comment(":white_check_mark: Core release is approved, proceeding...");
return 0;
}

Expand Down

0 comments on commit ca2d802

Please sign in to comment.