Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Jan 13, 2025
1 parent e90727f commit f09da4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/284.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/284.index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/helpers/manage-merge-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const manageMergeQueue = async ({
const email = await getEmailOnUserProfile({ login, pattern });
if (!email) {
await createPrComment({
body: `@${login} Your PR cannot be added to the queue because your email must be set on your GitHub profile. Here are the steps to take:\n\n1. Go to ${join(context.serverUrl, login)}\n2. Click "Edit profile"\n3. Update your email address\n4. Click "Save"`
body: `@${login} Your PR cannot be added to the queue because your email must be set correctly on your GitHub profile. Here are the steps to take:\n\n1. Go to ${join(context.serverUrl, login)}\n2. Click "Edit profile"\n3. Update your email address\n4. Click "Save"`
});
return removePrFromQueue(pullRequest);
}
Expand Down

0 comments on commit f09da4f

Please sign in to comment.