Adding more reactions when slash commands are run (#1949)

This commit is contained in:
Aaron Powell
2026-06-08 22:55:12 -07:00
committed by GitHub
parent 7d65425eeb
commit 27bc67adbb
3 changed files with 32 additions and 0 deletions
@@ -79,6 +79,13 @@ jobs:
return;
}
await github.rest.reactions.createForIssueComment({
owner: context.repo.owner,
repo: context.repo.repo,
comment_id: context.payload.comment.id,
content: '+1'
});
await intakeState.syncExternalPluginIntakeLabels({
github,
owner: context.repo.owner,