Skip to content

Commit 7e8e9bb

Browse files
authored
CI: PrAssignee.yml: Don't post a comment (JuliaLang#58721)
1 parent 468c057 commit 7e8e9bb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/PrAssignee.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -202,16 +202,6 @@ jobs:
202202
// console.log('ERROR: Failed to add add prReviewLabel');
203203
// }
204204
205-
// Post a comment
206-
const commentBody = `Hello! I am a bot.\n\nThank you for your pull request!\n\nI have assigned \`@${selectedAssignee}\` to this pull request.\n\n\`@${selectedAssignee}\` can either choose to review this pull request themselves, or they can choose to find someone else to review this pull request.\n\nNote: If you are a Julia committer, please make sure that your organization membership is public.`
207-
console.log('Attempting to post bot comment on the PR...');
208-
await github.rest.issues.createComment({
209-
owner: context.repo.owner,
210-
repo: context.repo.repo,
211-
issue_number: context.payload.pull_request.number,
212-
body: commentBody,
213-
});
214-
215205
// Exit with error if any problems were encountered earlier
216206
if (weDidEncounterError) {
217207
const msg = 'ERROR: Encountered at least one problem while running the script';

0 commit comments

Comments
 (0)