Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: taskade/integrations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: taskade/integrations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/n8n-node
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Jun 9, 2026

  1. feat(n8n): n8n-nodes-taskade community node + provenance publish work…

    …flow
    
    Self-contained package (packages/n8n-nodes-taskade, no workspace machinery):
    - Resources: Task (create/complete/uncomplete/update/delete/move/getMany),
      Project (create/createFromTemplate/getMany), AI Agent (prompt via v2)
    - TaskadeApi credential (PAT Bearer, test against /v1/workspaces)
    - 4 dynamic dropdowns (projects, folders, tasks, templates)
    - usableAsTool: n8n AI agents can call Taskade directly
    - zero runtime deps (n8n verified-node rule); MIT; npm name verified free
    - publish-n8n.yml: GitHub-Actions npm publish WITH provenance (mandatory
      for verified nodes since 2026-05-01); gated on NPM_TOKEN secret
    johnxie committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    33f9c22 View commit details
    Browse the repository at this point in the history
Loading