Skip to content

Commit

Permalink
chore(integration-templates): Automated commit updating flows.yaml ba…
Browse files Browse the repository at this point in the history
…sed on changes in NangoHQ/integration-templates@a20d56a by Khaliq. Commit message: feat(gh-app): GitHub app sync (#130)
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent 5a224b6 commit 3fe2c41
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions packages/shared/flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3199,6 +3199,122 @@ integrations:
GithubCreateIssueResult:
url: string | undefined
status: number
github-app:
actions:
repositories:
description: List all repositories accessible to this Github App
output: RepoResponse
endpoint:
method: GET
path: /repositories
group: Repositories
models:
RepoResponse:
repositories: Repository[]
Repository:
allow_forking: boolean
archive_url: string
archived: boolean
assignees_url: string
blobs_url: string
branches_url: string
clone_url: string
collaborators_url: string
comments_url: string
commits_url: string
compare_url: string
contents_url: string
contributors_url: string
created_at: string
default_branch: string
deployments_url: string
description: string
disabled: boolean
downloads_url: string
events_url: string
fork: boolean
forks: number
forks_count: number
forks_url: string
full_name: string
git_commits_url: string
git_refs_url: string
git_tags_url: string
git_url: string
has_discussions: boolean
has_downloads: boolean
has_issues: boolean
has_pages: boolean
has_projects: boolean
has_wiki: boolean
homepage: string | null
hooks_url: string
html_url: string
id: number
is_template: boolean
issue_comment_url: string
issue_events_url: string
issues_url: string
keys_url: string
labels_url: string
language: string
languages_url: string
license: string | null
merges_url: string
milestones_url: string
mirror_url: string | null
name: string
node_id: string
notifications_url: string
open_issues: number
open_issues_count: number
owner:
avatar_url: string
events_url: string
followers_url: string
following_url: string
gists_url: string
gravatar_id: string
html_url: string
id: number
login: string
node_id: string
organizations_url: string
received_events_url: string
repos_url: string
site_admin: boolean
starred_url: string
subscriptions_url: string
type: string
url: string
permissions:
admin: boolean
maintain: boolean
pull: boolean
push: boolean
triage: boolean
private: boolean
pulls_url: string
pushed_at: string
releases_url: string
size: number
ssh_url: string
stargazers_count: number
stargazers_url: string
statuses_url: string
subscribers_url: string
subscription_url: string
svn_url: string
tags_url: string
teams_url: string
topics: string[]
trees_url: string
updated_at: string
url: string
visibility: string
watchers: number
watchers_count: number
web_commit_signoff_required: boolean
google:
syncs:
workspace-org-units:
Expand Down

0 comments on commit 3fe2c41

Please sign in to comment.