chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-09 05:09:05 +00:00
parent 3b5ee9cfe8
commit c5a197e347
3 changed files with 13 additions and 1 deletions
@@ -100,6 +100,13 @@ jobs:
return;
}
await github.rest.reactions.createForIssueComment({
owner: context.repo.owner,
repo: context.repo.repo,
comment_id: context.payload.comment.id,
content: 'eyes'
});
const baseResult = await intake.evaluateExternalPluginIssue({
issue: currentIssue,
token: process.env.GITHUB_TOKEN,