Skip to content

Feat/automation nodes - #19

Merged
pikann merged 3 commits into
masterfrom
feat/automation-nodes
Aug 3, 2026
Merged

Feat/automation nodes#19
pikann merged 3 commits into
masterfrom
feat/automation-nodes

Conversation

@pikann

@pikann pikann commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

No description provided.

pikann added 3 commits July 30, 2026 11:59
Contributes this plugin's own Condition and Action node types to the
automation graph:

- com.paca.github.pr_state (condition): checks whether the task's
  linked pull request is in a given state (open/merged/closed/none).
- com.paca.github.merge_pr (action): merges the task's linked PR via
  the GitHub API. Adds ghClient.mergePullRequest, which didn't exist
  before.
- com.paca.github.comment_pr (action): posts a comment on the task's
  linked PR.

Registers both via ctx.Condition()/ctx.Action() in plugin.go, and adds
the automation block (with configSchemas) to plugin.json.

NOTE: go.mod has a temporary 'replace' pointing at the sibling
plugin-sdk-go checkout, needed because this PR depends on
plugin-sdk-go's not-yet-released Condition/Action SDK support (see
Paca-AI/plugin-sdk-go branch feat/automation-condition-action-nodes).
Must be swapped for a real pinned version once that SDK change is
tagged and released - do not merge with the replace directive still
in place.

Verified: go vet clean, 8 new tests pass, GOOS=wasip1 GOARCH=wasm
build succeeds (produces a working .wasm binary).
@pikann
pikann merged commit bfb0be8 into master Aug 3, 2026
3 checks passed
@pikann
pikann deleted the feat/automation-nodes branch August 3, 2026 15:25
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.

1 participant