Skip to content

Commit

Permalink
Revert "Drop release is approved command as appearing after workflow …
Browse files Browse the repository at this point in the history
…comment"

This reverts commit ca2d802.
  • Loading branch information
gsmet committed Jan 10, 2024
1 parent ca2d802 commit 629ea7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ 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 629ea7a

Please sign in to comment.