Skip to content

Commit 68f97f0

Browse files
authored
Update first-post-to-skills-issue.js
1 parent d688381 commit 68f97f0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

github-actions/activity-trigger/first-post-to-skills-issue.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ async function firstPostToSkillsIssue({g, c}) {
5454
const body = `${MARKER}\n## Activity Log: ${username}\n\n##### ⚠ Important note: The bot updates this issue automatically - do not edit\n\n${message}`;
5555
await postComment(skillsIssueNum, body, github, context);
5656

57+
// Do not cleanup comments- killing us with rate limits
5758
// Perform cleanup of comments
58-
const commentIds = await getIssueComments(github, context, skillsIssueNum);
59-
for (const commentId of commentIds) {
60-
await minimizeIssueComment(github, commentId);
61-
}
59+
// const commentIds = await getIssueComments(github, context, skillsIssueNum);
60+
// for (const commentId of commentIds) {
61+
// await minimizeIssueComment(github, commentId);
62+
// }
6263

6364
// Check whether eventActor is team member; if so open issue and move to "In progress"
6465
const isActiveMember = await checkTeamMembership(github, username, team);

0 commit comments

Comments
 (0)