https://github.com/krystofwoldrich/pr-agent
VS Code extension to get your next (or current) Github PR number right in the editor.
https://github.com/krystofwoldrich/pr-agent
extension github vscode
Last synced: 4 months ago
JSON representation
VS Code extension to get your next (or current) Github PR number right in the editor.
- Host: GitHub
- URL: https://github.com/krystofwoldrich/pr-agent
- Owner: krystofwoldrich
- License: mit
- Created: 2023-11-19T18:24:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T21:42:45.000Z (over 1 year ago)
- Last Synced: 2025-04-08T19:46:46.287Z (about 1 year ago)
- Topics: extension, github, vscode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=krystofwoldrich.pr-agent
- Size: 1.87 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.

## Example Changelog
- feat(command): Next PR Markdown link ([#1](https://github.com/krystofwoldrich/pr-agent/pull/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.