mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-23 18:25:10 +00:00
style: improve formatting
This commit is contained in:
@@ -568,7 +568,14 @@ export const run = async (prNumber) => {
|
||||
"REQUEST_CHANGES",
|
||||
error.message,
|
||||
);
|
||||
await addRemoveLabel(octokit, pullRequestId, owner, repo, "invalid", true);
|
||||
await addRemoveLabel(
|
||||
octokit,
|
||||
pullRequestId,
|
||||
owner,
|
||||
repo,
|
||||
"invalid",
|
||||
true,
|
||||
);
|
||||
} else {
|
||||
info(`DRY_RUN: Review state: REQUEST_CHANGES`);
|
||||
info(`DRY_RUN: Review reason: ${error.message}`);
|
||||
|
||||
Reference in New Issue
Block a user