Skip to content

Add simple PR comment sub-action#636

Open
bluwy wants to merge 9 commits into
mainfrom
pr-comment
Open

Add simple PR comment sub-action#636
bluwy wants to merge 9 commits into
mainfrom
pr-comment

Conversation

@bluwy
Copy link
Copy Markdown
Member

@bluwy bluwy commented May 28, 2026

Separate but complements #625

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 28, 2026

🦋 Changeset detected

Latest commit: 6575740

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@changesets/action Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Comment thread pr-comment/action.yml
Comment thread src/pr-comment/index.ts
Comment on lines +5 to +10
type CreateCommentParams = NonNullable<
Parameters<Octokit["rest"]["issues"]["createComment"]>[0]
>;
type UpdateCommentParams = NonNullable<
Parameters<Octokit["rest"]["issues"]["updateComment"]>[0]
>;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

octokit package layout... requires acquired taste 🫠

Comment thread src/pr-comment/index.ts Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants