Skip to content

VS Code extension to get your next (or current) Github PR number right in the editor.

License

Notifications You must be signed in to change notification settings

krystofwoldrich/pr-agent

Repository files navigation

PR Agent

Is a simple extension that creates a link to your next (or current) pull request. This might come handy if your workflow includes writing CHANGELOG entry with a link or number of the PR. That's it, fun little side project that helps me in my daily workflow.

Markdown command in action

Example Changelog

  • feat(command): Next PR Markdown link (#1)
  • feat(command): Next PR Markdown number (#2)

Thanks and recognition

Thank you https://github.com/ichard26/next-pr-number for the inspiration for this extension. I used the website many, many times.