Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright 2025 Calen Varek
Copyright 2025 Tim O'Brien

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,12 @@ Apache-2.0 - see [LICENSE](LICENSE) file for details.

## Author

Calen Varek <calenvarek@gmail.com>
Tim O'Brien <tobrien@discursive.com>

## Related Projects

- [kodrdriv](https://github.com/calenvarek/kodrdriv) - AI-powered Git workflow automation tool
- [@eldrforge/git-tools](https://github.com/calenvarek/git-tools) - Git utilities for automation
- [kodrdriv](https://github.com/grunnverk/kodrdriv) - AI-powered Git workflow automation tool
- [@eldrforge/git-tools](https://github.com/grunnverk/git-tools) - Git utilities for automation


TEST
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eldrforge/github-tools",
"version": "0.1.17",
"version": "0.1.18",
"description": "GitHub API utilities for automation - PR management, issue tracking, workflow monitoring",
"main": "dist/index.js",
"type": "module",
Expand All @@ -15,7 +15,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/calenvarek/github-tools.git"
"url": "git+https://github.com/grunnverk/github-tools.git"
},
"scripts": {
"build": "npm run lint && tsc --noEmit && vite build",
Expand All @@ -38,10 +38,10 @@
"octokit",
"github-actions"
],
"author": "Calen Varek <calenvarek@gmail.com>",
"author": "Tim O'Brien <tobrien@discursive.com>",
"license": "Apache-2.0",
"dependencies": {
"@eldrforge/git-tools": "^0.1.15",
"@eldrforge/git-tools": "^0.1.16",
"@octokit/rest": "^22.0.0"
},
"peerDependencies": {
Expand Down