poe-code 3.0.149 → 3.0.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +2 -2
- package/dist/prompts/github-pull-request-comment-created.md +25 -0
- package/dist/workflow-templates/github-pull-request-comment-created.caller.yml +25 -0
- package/dist/workflow-templates/github-pull-request-comment-created.ejected.yml +179 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18553,6 +18553,7 @@ var init_commands = __esm({
|
|
|
18553
18553
|
"fix-vulnerabilities",
|
|
18554
18554
|
"github-issue-comment-created",
|
|
18555
18555
|
"github-issue-opened",
|
|
18556
|
+
"github-pull-request-comment-created",
|
|
18556
18557
|
"github-pull-request-opened",
|
|
18557
18558
|
"github-pull-request-synchronized",
|
|
18558
18559
|
"update-dependencies",
|
|
@@ -31774,7 +31775,7 @@ var init_package = __esm({
|
|
|
31774
31775
|
"package.json"() {
|
|
31775
31776
|
package_default = {
|
|
31776
31777
|
name: "poe-code",
|
|
31777
|
-
version: "3.0.
|
|
31778
|
+
version: "3.0.150",
|
|
31778
31779
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
31779
31780
|
type: "module",
|
|
31780
31781
|
main: "./dist/index.js",
|