GitHub Node Catalog
Generated category
GitHub Node Catalog
Generated from 49 catalog nodes in Data/GitHub.
Nodes in this category
Showing 49 of 49 generated node docs.
Add Issue Comment
Data/GitHubAdd a comment to an issue or pull request
Clone Repository
Data/GitHubClone a GitHub repository. Works with any FlowPath store type (local, S3, memory, etc.). For non-local stores, clones to a temp directory first, then copies files into the target store.
Compare Commits
Data/GitHubCompare two commits, branches, or tags
Create Branch
Data/GitHubCreate a new branch from a reference (branch name or SHA)
Create Issue
Data/GitHubCreate a new issue in a repository
Create PR Review
Data/GitHubCreate a review on a pull request
Create Pull Request
Data/GitHubCreate a new pull request
Create Release
Data/GitHubCreate a new release
Create/Update File
Data/GitHubCreate or update a file in a repository
Delete Branch
Data/GitHubDelete a branch from a repository
Delete File
Data/GitHubDelete a file from a repository
Download File
Data/GitHubDownload raw file content from a repository (for large files)
Download Release Asset
Data/GitHubDownload a release asset into a FlowPath
Get Branch
Data/GitHubGet details about a specific branch
Get Commit
Data/GitHubGet details about a specific commit
Get File Contents
Data/GitHubGet the contents of a file from a repository
Get Issue
Data/GitHubGet details about a specific issue
Get Latest Release
Data/GitHubGet the latest published release (excludes drafts and prereleases)
Get Pull Request
Data/GitHubGet details about a specific pull request
Get Release by Tag
Data/GitHubGet a release by its tag name
Get Repository
Data/GitHubGet detailed information about a specific repository
Get User
Data/GitHubGet information about a GitHub user, or the authenticated user if no username provided
GitHub (App Token)
Data/GitHubConnect to GitHub using a GitHub App installation token. Use this for server-to-server authentication.
GitHub (OAuth)
Data/GitHubConnect to GitHub using OAuth Device Flow.
GitHub (PAT)
Data/GitHubConnect to GitHub using a Personal Access Token. Generate one at github.com/settings/tokens
List Branches
Data/GitHubList branches for a repository
List Commits
Data/GitHubList commits for a repository
List Issue Comments
Data/GitHubList comments on an issue or pull request
List Issues
Data/GitHubList issues for a repository
List PR Files
Data/GitHubList files changed in a pull request
List PR Reviews
Data/GitHubList reviews on a pull request
List Pull Requests
Data/GitHubList pull requests for a repository
List Release Assets
Data/GitHubList assets attached to a release
List Releases
Data/GitHubList releases for a repository
List Repositories
Data/GitHubList repositories for the authenticated user or a specified organization
Merge Pull Request
Data/GitHubMerge a pull request
Search Code
Data/GitHubSearch for code across GitHub repositories
Search Issues
Data/GitHubSearch for issues across GitHub repositories
Search Repositories
Data/GitHubSearch for repositories on GitHub
Update Issue
Data/GitHubUpdate an existing issue
Update Pull Request
Data/GitHubUpdate an existing pull request
Upload Release Asset
Data/GitHubUpload a FlowPath file as a release asset
Cancel Workflow Run
Data/GitHub/WorkflowsCancel a workflow run that is in progress
Get Latest Workflow Run
Data/GitHub/WorkflowsGet the most recent workflow run, optionally filtered by conclusion (success/failure)
Get Workflow Run
Data/GitHub/WorkflowsGet details of a specific workflow run
List Workflow Runs
Data/GitHub/WorkflowsList runs for a specific workflow or all workflows in a repository
List Workflows
Data/GitHub/WorkflowsList GitHub Actions workflows in a repository
Rerun Workflow
Data/GitHub/WorkflowsRe-run a workflow run
Trigger Workflow
Data/GitHub/WorkflowsTrigger a GitHub Actions workflow dispatch event