mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 21:05:16 +00:00
style: improve formatting
This commit is contained in:
parent
cea4a39548
commit
04595dfe62
2 changed files with 9 additions and 2 deletions
|
|
@ -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}`);
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ const totalStarsFetcher = async (username, repoToHide) => {
|
|||
// hasNextPage =
|
||||
// allNodes.length === nodesWithStars.length &&
|
||||
// res.data.data.user.repositories.pageInfo.hasNextPage;
|
||||
hasNextPage = false // NOTE: Temporarily disable fetching of multiple pages.
|
||||
hasNextPage = false; // NOTE: Temporarily disable fetching of multiple pages.
|
||||
endCursor = res.data.data.user.repositories.pageInfo.endCursor;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue