GitHub
Business appsBearer tokencredential probe
Create issues in GitHub repositories (personal access token).
OCNORA ships 65 typed GitHub operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.github.com through the HTTP node with the same credential.
Triggers 1
- EventStart a run when a GitHub repository or organization event fires.trigger.github_event
Operations 65
- Add Issue AssigneesAssign users to an issue without removing the current assignees.github.add_issue_assignees
- Add Issue CommentComment on a GitHub issue or pull request.github.add_issue_comment
- Add Issue LabelsAdd labels to an issue without disturbing the ones already on it.github.add_issue_labels
- Cancel Workflow RunCancel an Actions run that is queued or in progress.github.cancel_workflow_run
- Close IssueClose an issue, optionally recording why it was closed.github.close_issue
- Create BranchCreate a branch pointing at an existing commit.github.create_branch
- Create FileCommit a new file to a repository.github.create_file
- Create IssueOpen an issue in a GitHub repository.github.create_issue
- Create Pull RequestOpen a pull request in a GitHub repository.github.create_pull_request
- Create Pull Request ReviewApprove, request changes on, or comment on a pull request.github.create_pull_request_review
- Create ReleasePublish a release for a tag, optionally as a draft or pre-release.github.create_release
- Create RepositoryCreate a repository for the authenticated user or for an organisation.github.create_repo
- Create TagCreate a lightweight tag pointing at an existing commit.github.create_tag
- Delete BranchDelete a branch by removing its Git reference.github.delete_branch
- Delete FileCommit the removal of a file from a repository.github.delete_file
- Delete Issue CommentDelete an issue or pull request comment.github.delete_issue_comment
- Delete ReleaseDelete a release; its tag is left in place.github.delete_release
- Delete Release AssetDelete one file attached to a release.github.delete_release_asset
- Delete RepositoryPermanently delete a repository, after confirming its full name.github.delete_repo
- Delete TagDelete a tag by removing its Git reference.github.delete_tag
- Dispatch Repository EventFire a repository_dispatch event so a workflow listening for it runs.github.dispatch_repository_event
- Dispatch WorkflowStart a workflow run on a branch or tag, with optional inputs.github.dispatch_workflow
- Download ArchiveDownload a repository snapshot (zip or tar.gz) as a file blob.github.download_archive
- Download Workflow Run LogsDownload an Actions run's complete log bundle as a zip file blob.github.download_workflow_run_logs
- Get BranchRead one branch, including the commit it points at and its protection.github.get_branch
- Get FileRead a file's contents, or list a directory, from a repository.github.get_file
- Get IssueRead one issue by its number.github.get_issue
- Get Latest ReleaseRead the repository's latest published release.github.get_latest_release
- Get Pull RequestRead one pull request, including its merge state and branches.github.get_pull_request
- Get ReleaseRead one release by its numeric id.github.get_release
- Get Release By TagRead the release attached to a tag name.github.get_release_by_tag
- Get RepositoryRead one repository's settings and metadata.github.get_repo
- Get WorkflowRead one workflow's file path and enabled state.github.get_workflow
- Get Workflow RunRead one Actions run's status, conclusion and commit.github.get_workflow_run
- List BranchesList a repository's branches.github.list_branches
- List Issue CommentsList the comments on one issue or pull request.github.list_issue_comments
- List IssuesList issues in a GitHub repository.github.list_issues
- List Organisation MembersList the members of a GitHub organisation.github.list_org_members
- List Organisation TeamsList the teams in a GitHub organisation.github.list_org_teams
- List Pull Request FilesList the files a pull request changes, with per-file line counts.github.list_pull_request_files
- List Pull Request ReviewsList the reviews left on a pull request.github.list_pull_request_reviews
- List Pull RequestsList a repository's pull requests, filtered by state or branch.github.list_pull_requests
- List Release AssetsList the files attached to a release.github.list_release_assets
- List ReleasesList a repository's releases, newest first.github.list_releases
- List RepositoriesList the repositories owned by an organisation or a user.github.list_repos
- List TagsList a repository's tags, newest first.github.list_tags
- List Team MembersList the members of one team in an organisation.github.list_team_members
- List Workflow RunsList Actions runs for a repository, or for one workflow.github.list_workflow_runs
Show 17 more
- List WorkflowsList the GitHub Actions workflows defined in a repository.github.list_workflows
- Merge Pull RequestMerge a pull request with a merge commit, a squash or a rebase.github.merge_pull_request
- Remove Issue AssigneesUnassign users from an issue.github.remove_issue_assignees
- Remove Issue LabelRemove one label from an issue.github.remove_issue_label
- Remove Pull Request ReviewersWithdraw a review request from users or teams.github.remove_pull_request_reviewers
- Request Pull Request ReviewersAsk users or teams to review a pull request.github.request_pull_request_reviewers
- Re-run Workflow RunRe-run a finished Actions run, or only the jobs in it that failed.github.rerun_workflow_run
- Search CodeSearch indexed source files across the repositories the token can read.github.search_code
- Search IssuesSearch issues and pull requests across repositories with a query.github.search_issues
- Search RepositoriesSearch repositories by name, topic, language or any search qualifier.github.search_repos
- Update FileCommit new contents over an existing file, creating it when it is absent.github.update_file
- Update IssueChange an issue's title, body, state, labels, assignees or milestone.github.update_issue
- Update Issue CommentRewrite the body of an existing issue or pull request comment.github.update_issue_comment
- Update Pull RequestChange a pull request's title, body, target branch or state.github.update_pull_request
- Update ReleaseChange a release's tag, title, notes or draft state.github.update_release
- Update RepositoryChange a repository's settings — name, description, visibility or features.github.update_repo
- Upload Release AssetAttach a file to an existing GitHub release.github.upload_release_asset
More in Business apps
Run your first GitHub workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.