Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bherrmann2 committed Aug 7, 2024
1 parent ad28f62 commit 00e783e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/manage-merge-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const manageMergeQueue = async ({
if (only_maintainers_can_jump) {
const isMaintainer = await isUserInTeam({ team: maintainers_team });
if (isMaintainer != true) {
await removeLabelIfExists( JUMP_THE_QUEUE_PR_LABEL, pullRequest.number );
await removeLabelIfExists(JUMP_THE_QUEUE_PR_LABEL, pullRequest.number);
return await createPrComment({
body: `Only core maintainers can jump the queue. Please have a core maintainer jump the queue for you`
});
Expand Down

0 comments on commit 00e783e

Please sign in to comment.