Skip to content

Commit

Permalink
Move it up for more readability
Browse files Browse the repository at this point in the history
See #40428 (comment)

Co-authored-by: anomiex <anomiex@users.noreply.github.com>
  • Loading branch information
jeherve and anomiex committed Dec 3, 2024
1 parent d65c407 commit 0dc30d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,12 @@ async function getStatusChecks( payload, octokit ) {
return {
hasLongDescription,
hasStatusLabels,
hasTypeLabels,
hasTesting,
hasPrivacy,
projectsWithoutChangelog,
hasChangelogEntries: projectsWithoutChangelog.length === 0,
isFromContributor,
hasTypeLabels,
};
}

Expand Down

0 comments on commit 0dc30d4

Please sign in to comment.