Skip to content

GitHub node#

ใช้ GitHub node เพื่อทำงานอัตโนมัติใน GitHub และเชื่อมต่อ GitHub กับแอปอื่นๆ ได้เลย n8n รองรับฟีเจอร์ของ GitHub หลายอย่าง เช่น การสร้าง อัปเดต ลบ และแก้ไข files, repositories, issues, releases, และ users

ในหน้านี้จะมีรายการ operations ที่ GitHub node รองรับ พร้อมลิงก์ไปยังแหล่งข้อมูลอื่นๆ

Credentials

โปรดดู GitHub credentials สำหรับคำแนะนำการตั้งค่าการยืนยันตัวตน

This node can be used as an AI tool

This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.

Operations#

  • File
    • Create
    • Delete
    • Edit
    • Get
    • List
  • Issue
    • Create
    • Create Comment
    • Edit
    • Get
    • Lock
  • Organization
    • Get Repositories
  • Release
    • Create
    • Delete
    • Get
    • Get Many
    • Update
  • Repository
    • Get
    • Get Issues
    • Get License
    • Get Profile
    • Get Pull Requests
    • List Popular Paths
    • List Referrers
  • Review
    • Create
    • Get
    • Get Many
    • Update
  • User
    • Get Repositories
    • Invite
  • Workflow
    • Disable
    • Dispatch
    • Enable
    • Get
    • Get Usage
    • List

Templates and examples#

Back Up Your n8n Workflows To Github

by Jonathan

View template details
Building RAG Chatbot for Movie Recommendations with Qdrant and Open AI

by Jenny

View template details
Chat with GitHub API Documentation: RAG-Powered Chatbot with Pinecone & OpenAI

by Mihai Farcas

View template details
Browse GitHub integration templates, or search all templates

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.