GitHub Component

Manage users, repositories, licenses, and more on GitHub
Component key: github#
DescriptionGitHub is one of the largest and most advanced development platform in the world providing code repository hosting and more.
#
GitHub Connections#
OAuth 2.0To connect to GitHub you will need to create a new OAuth 2.0 application. Fill in the required fields and supply Prismatic's callback URL as the Authorization callback URL: https://oauth2.prismatic.io/callback
Next click "Generate a new client secret" and copy the values of both the Client ID and Client Secret.
You are now ready to create the OAuth 2.0 connection to GitHub within Prismatic:
- Enter the Client ID and Client Secret values into the same named fields.
- Determine what scopes your use case requires and add those to Scopes separating each with a space.
Save your integration and you should now be able to connect and authenticate to GitHub.
Input | Default | Notes |
---|---|---|
Input Authorize URL string / Required Hidden Field | Default https://github.com/login/oauth/authorize | Notes Authorization URL |
Input Client ID string / Required | Default | Notes Client identifier |
Input Client Secret password / Required | Default | Notes Client secret |
Input Scopes string | Default | Notes Space-delimited scopes; refer to [GitHub's documentation for details](https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps) |
Input Token URL string / Required Hidden Field | Default https://github.com/login/oauth/access_token | Notes Token URL |
#
Actions#
Actions Add Custom Labels To Self Hosted Runner For OrgAdd custom labels to a self-hosted runner for an organization | key: actionsAddCustomLabelsToSelfHostedRunnerForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Labels string / Required | Notes The names of the custom labels to add to the runner |
Input Org string / Required | Notes The organization name |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Add Custom Labels To Self Hosted Runner For RepoAdd custom labels to a self-hosted runner for a repository | key: actionsAddCustomLabelsToSelfHostedRunnerForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Labels string / Required | Notes The names of the custom labels to add to the runner |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Add Repo Access To Self Hosted Runner Group In OrgAdd repository access to a self-hosted runner group in an organization | key: actionsAddRepoAccessToSelfHostedRunnerGroupInOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Repository Id string / Required | Notes The unique identifier of the repository |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
#
Actions Add Selected Repo To Org SecretAdd selected repository to an organization secret | key: actionsAddSelectedRepoToOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Repository Id string / Required | Notes |
Input Secret Name string / Required | Notes The name of the secret |
#
Actions Add Self Hosted Runner To Group For OrgAdd a self-hosted runner to a group for an organization | key: actionsAddSelfHostedRunnerToGroupForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Approve Workflow RunApprove a workflow run for a fork pull request | key: actionsApproveWorkflowRun
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Run Id string / Required | Notes The unique identifier of the workflow run |
#
Actions Cancel Workflow RunCancel a workflow run | key: actionsCancelWorkflowRun
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Run Id string / Required | Notes The unique identifier of the workflow run |
#
Actions Create Or Update Environment SecretCreate or update an environment secret | key: actionsCreateOrUpdateEnvironmentSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Encrypted Value string / Required | Notes Value for your secret, encrypted with [LibSodium](https://libsodium |
Input Environment Name string / Required | Notes The name of the environment |
Input Key Id string / Required | Notes ID of the key you used to encrypt the secret |
Input Repository Id string / Required | Notes The unique identifier of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Actions Create Or Update Org SecretCreate or update an organization secret | key: actionsCreateOrUpdateOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Encrypted Value string | Notes Value for your secret, encrypted with [LibSodium](https://libsodium |
Input Key Id string | Notes ID of the key you used to encrypt the secret |
Input Org string / Required | Notes The organization name |
Input Secret Name string / Required | Notes The name of the secret |
Input Selected Repository Ids string | Notes An array of repository ids that can access the organization secret |
Input Visibility string / Required | Notes Which type of organization repositories have access to the organization secret |
#
Actions Create Or Update Repo SecretCreate or update a repository secret | key: actionsCreateOrUpdateRepoSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Encrypted Value string | Notes Value for your secret, encrypted with [LibSodium](https://libsodium |
Input Key Id string | Notes ID of the key you used to encrypt the secret |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Actions Create Registration Token For OrgCreate a registration token for an organization | key: actionsCreateRegistrationTokenForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Actions Create Registration Token For RepoCreate a registration token for a repository | key: actionsCreateRegistrationTokenForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Create Remove Token For OrgCreate a remove token for an organization | key: actionsCreateRemoveTokenForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Actions Create Remove Token For RepoCreate a remove token for a repository | key: actionsCreateRemoveTokenForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Create Self Hosted Runner Group For OrgCreate a self-hosted runner group for an organization | key: actionsCreateSelfHostedRunnerGroupForOrg
Input | Default | Notes |
---|---|---|
Input Allows Public Repositories boolean | Default false | Notes Whether the runner group can be used by "public" repositories |
Input Connection connection / Required | Default | Notes |
Input Name string / Required | Default | Notes Name of the runner group |
Input Org string / Required | Default | Notes The organization name |
Input Restricted To Workflows boolean | Default false | Notes If "true", the runner group will be restricted to running only the workflows specified in the "selected_workflows" array |
Input Runners string | Default | Notes List of runner IDs to add to the runner group |
Input Selected Repository Ids string | Default | Notes List of repository IDs that can access the runner group |
Input Selected Workflows string | Default | Notes List of workflows the runner group should be allowed to run |
Input Visibility string | Default all | Notes Visibility of a runner group |
#
Actions Create Workflow DispatchCreate a workflow dispatch event | key: actionsCreateWorkflowDispatch
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Inputs string | Notes Input keys and values configured in the workflow file |
Input Owner string / Required | Notes The account owner of the repository |
Input Ref string / Required | Notes The git reference for the workflow |
Input Repo string / Required | Notes The name of the repository |
Input Workflow Id string / Required | Notes The ID of the workflow |
#
Actions Delete ArtifactDelete an artifact | key: actionsDeleteArtifact
Input | Notes |
---|---|
Input Artifact Id string / Required | Notes The unique identifier of the artifact |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Delete Environment SecretDelete an environment secret | key: actionsDeleteEnvironmentSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Environment Name string / Required | Notes The name of the environment |
Input Repository Id string / Required | Notes The unique identifier of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Actions Delete Org SecretDelete an organization secret | key: actionsDeleteOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Secret Name string / Required | Notes The name of the secret |
#
Actions Delete Repo SecretDelete a repository secret | key: actionsDeleteRepoSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Actions Delete Self Hosted Runner From OrgDelete a self-hosted runner from an organization | key: actionsDeleteSelfHostedRunnerFromOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Delete Self Hosted Runner From RepoDelete a self-hosted runner from a repository | key: actionsDeleteSelfHostedRunnerFromRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Delete Self Hosted Runner Group From OrgDelete a self-hosted runner group from an organization | key: actionsDeleteSelfHostedRunnerGroupFromOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
#
Actions Delete Workflow RunDelete a workflow run | key: actionsDeleteWorkflowRun
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Run Id string / Required | Notes The unique identifier of the workflow run |
#
Actions Delete Workflow Run LogsDelete workflow run logs | key: actionsDeleteWorkflowRunLogs
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Run Id string / Required | Notes The unique identifier of the workflow run |
#
Actions Disable Selected Repository Github Actions OrganizationDisable a selected repository for GitHub Actions in an organization | key: actionsDisableSelectedRepositoryGithubActionsOrganization
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Repository Id string / Required | Notes The unique identifier of the repository |
#
Actions Disable WorkflowDisable a workflow | key: actionsDisableWorkflow
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Workflow Id string / Required | Notes The ID of the workflow |
#
Actions Download ArtifactDownload an artifact | key: actionsDownloadArtifact
Input | Notes |
---|---|
Input Archive Format string / Required | Notes |
Input Artifact Id string / Required | Notes The unique identifier of the artifact |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Download Job Logs For Workflow RunDownload job logs for a workflow run | key: actionsDownloadJobLogsForWorkflowRun
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Job Id string / Required | Notes The unique identifier of the job |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Download Workflow Run Attempt LogsDownload workflow run attempt logs | key: actionsDownloadWorkflowRunAttemptLogs
Input | Notes |
---|---|
Input Attempt Number string / Required | Notes The attempt number of the workflow run |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Run Id string / Required | Notes The unique identifier of the workflow run |
#
Actions Download Workflow Run LogsDownload workflow run logs | key: actionsDownloadWorkflowRunLogs
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Run Id string / Required | Notes The unique identifier of the workflow run |
#
Actions Enable Selected Repository Github Actions OrganizationEnable a selected repository for GitHub Actions in an organization | key: actionsEnableSelectedRepositoryGithubActionsOrganization
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Repository Id string / Required | Notes The unique identifier of the repository |
#
Actions Enable WorkflowEnable a workflow | key: actionsEnableWorkflow
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Workflow Id string / Required | Notes The ID of the workflow |
#
Actions Get Actions Cache UsageGet GitHub Actions cache usage for a repository | key: actionsGetActionsCacheUsage
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Get Actions Cache Usage By Repo For OrgList repositories with GitHub Actions cache usage for an organization | key: actionsGetActionsCacheUsageByRepoForOrg
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Actions Get Actions Cache Usage For EnterpriseGet GitHub Actions cache usage for an enterprise | key: actionsGetActionsCacheUsageForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
#
Actions Get Actions Cache Usage For OrgGet GitHub Actions cache usage for an organization | key: actionsGetActionsCacheUsageForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Actions Get Allowed Actions OrganizationGet allowed actions and reusable workflows for an organization | key: actionsGetAllowedActionsOrganization
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Actions Get Allowed Actions RepositoryGet allowed actions and reusable workflows for a repository | key: actionsGetAllowedActionsRepository
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Get ArtifactGet an artifact | key: actionsGetArtifact
Input | Notes |
---|---|
Input Artifact Id string / Required | Notes The unique identifier of the artifact |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Get Environment Public KeyGet an environment public key | key: actionsGetEnvironmentPublicKey
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Environment Name string / Required | Notes The name of the environment |
Input Repository Id string / Required | Notes The unique identifier of the repository |
#
Actions Get Environment SecretGet an environment secret | key: actionsGetEnvironmentSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Environment Name string / Required | Notes The name of the environment |
Input Repository Id string / Required | Notes The unique identifier of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Actions Get Github Actions Default Workflow Permissions EnterpriseGet default workflow permissions for an enterprise | key: actionsGetGithubActionsDefaultWorkflowPermissionsEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
#
Actions Get Github Actions Default Workflow Permissions OrganizationGet default workflow permissions for an organization | key: actionsGetGithubActionsDefaultWorkflowPermissionsOrganization
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Actions Get Github Actions Default Workflow Permissions RepositoryGet default workflow permissions for a repository | key: actionsGetGithubActionsDefaultWorkflowPermissionsRepository
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Get Github Actions Permissions OrganizationGet GitHub Actions permissions for an organization | key: actionsGetGithubActionsPermissionsOrganization
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Actions Get Github Actions Permissions RepositoryGet GitHub Actions permissions for a repository | key: actionsGetGithubActionsPermissionsRepository
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Get Job For Workflow RunGet a job for a workflow run | key: actionsGetJobForWorkflowRun
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Job Id string / Required | Notes The unique identifier of the job |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Get Org Public KeyGet an organization public key | key: actionsGetOrgPublicKey
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Actions Get Org SecretGet an organization secret | key: actionsGetOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Secret Name string / Required | Notes The name of the secret |
#
Actions Get Pending Deployments For RunGet pending deployments for a workflow run | key: actionsGetPendingDeploymentsForRun
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Run Id string / Required | Notes The unique identifier of the workflow run |
#
Actions Get Repo Public KeyGet a repository public key | key: actionsGetRepoPublicKey
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Get Repo SecretGet a repository secret | key: actionsGetRepoSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Actions Get Reviews For RunGet the review history for a workflow run | key: actionsGetReviewsForRun
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Run Id string / Required | Notes The unique identifier of the workflow run |
#
Actions Get Self Hosted Runner For OrgGet a self-hosted runner for an organization | key: actionsGetSelfHostedRunnerForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Get Self Hosted Runner For RepoGet a self-hosted runner for a repository | key: actionsGetSelfHostedRunnerForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Get Self Hosted Runner Group For OrgGet a self-hosted runner group for an organization | key: actionsGetSelfHostedRunnerGroupForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
#
Actions Get WorkflowGet a workflow | key: actionsGetWorkflow
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Workflow Id string / Required | Notes The ID of the workflow |
#
Actions Get Workflow Access To RepositoryGet the level of access for workflows outside of the repository | key: actionsGetWorkflowAccessToRepository
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Get Workflow RunGet a workflow run | key: actionsGetWorkflowRun
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Exclude Pull Requests boolean | Default false | Notes If "true" pull requests are omitted from the response (empty array) |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
Input Run Id string / Required | Default | Notes The unique identifier of the workflow run |
#
Actions Get Workflow Run AttemptGet a workflow run attempt | key: actionsGetWorkflowRunAttempt
Input | Default | Notes |
---|---|---|
Input Attempt Number string / Required | Default | Notes The attempt number of the workflow run |
Input Connection connection / Required | Default | Notes |
Input Exclude Pull Requests boolean | Default false | Notes If "true" pull requests are omitted from the response (empty array) |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
Input Run Id string / Required | Default | Notes The unique identifier of the workflow run |
#
Actions Get Workflow Run UsageGet workflow run usage | key: actionsGetWorkflowRunUsage
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Run Id string / Required | Notes The unique identifier of the workflow run |
#
Actions Get Workflow UsageGet workflow usage | key: actionsGetWorkflowUsage
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Workflow Id string / Required | Notes The ID of the workflow |
#
Actions List Artifacts For RepoList artifacts for a repository | key: actionsListArtifactsForRepo
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Actions List Environment SecretsList environment secrets | key: actionsListEnvironmentSecrets
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Environment Name string / Required | Default | Notes The name of the environment |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repository Id string / Required | Default | Notes The unique identifier of the repository |
#
Actions List Jobs For Workflow RunList jobs for a workflow run | key: actionsListJobsForWorkflowRun
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Filter string | Default latest | Notes Filters jobs by their "completed_at" timestamp |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Run Id string / Required | Default | Notes The unique identifier of the workflow run |
#
Actions List Jobs For Workflow Run AttemptList jobs for a workflow run attempt | key: actionsListJobsForWorkflowRunAttempt
Input | Default | Notes |
---|---|---|
Input Attempt Number string / Required | Default | Notes The attempt number of the workflow run |
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Run Id string / Required | Default | Notes The unique identifier of the workflow run |
#
Actions List Labels For Self Hosted Runner For OrgList labels for a self-hosted runner for an organization | key: actionsListLabelsForSelfHostedRunnerForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions List Labels For Self Hosted Runner For RepoList labels for a self-hosted runner for a repository | key: actionsListLabelsForSelfHostedRunnerForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions List Org SecretsList organization secrets | key: actionsListOrgSecrets
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Actions List Repo Access To Self Hosted Runner Group In OrgList repository access to a self-hosted runner group in an organization | key: actionsListRepoAccessToSelfHostedRunnerGroupInOrg
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Runner Group Id string / Required | Default | Notes Unique identifier of the self-hosted runner group |
#
Actions List Repo SecretsList repository secrets | key: actionsListRepoSecrets
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Actions List Repo WorkflowsList repository workflows | key: actionsListRepoWorkflows
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Actions List Runner Applications For OrgList runner applications for an organization | key: actionsListRunnerApplicationsForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Actions List Runner Applications For RepoList runner applications for a repository | key: actionsListRunnerApplicationsForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions List Selected Repos For Org SecretList selected repositories for an organization secret | key: actionsListSelectedReposForOrgSecret
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Secret Name string / Required | Default | Notes The name of the secret |
#
Actions List Selected Repositories Enabled Github Actions OrganizationList selected repositories enabled for GitHub Actions in an organization | key: actionsListSelectedRepositoriesEnabledGithubActionsOrganization
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Actions List Self Hosted Runner Groups For OrgList self-hosted runner groups for an organization | key: actionsListSelfHostedRunnerGroupsForOrg
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Visible To Repository string | Default | Notes Only return runner groups that are allowed to be used by this repository |
#
Actions List Self Hosted Runners For OrgList self-hosted runners for an organization | key: actionsListSelfHostedRunnersForOrg
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Actions List Self Hosted Runners For RepoList self-hosted runners for a repository | key: actionsListSelfHostedRunnersForRepo
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Actions List Self Hosted Runners In Group For OrgList self-hosted runners in a group for an organization | key: actionsListSelfHostedRunnersInGroupForOrg
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Runner Group Id string / Required | Default | Notes Unique identifier of the self-hosted runner group |
#
Actions List Workflow Run ArtifactsList workflow run artifacts | key: actionsListWorkflowRunArtifacts
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Run Id string / Required | Default | Notes The unique identifier of the workflow run |
#
Actions List Workflow RunsList workflow runs | key: actionsListWorkflowRuns
Input | Default | Notes |
---|---|---|
Input Actor string | Default | Notes Returns someone"s workflow runs |
Input Branch string | Default | Notes Returns workflow runs associated with a branch |
Input Check Suite Id string | Default | Notes Returns workflow runs with the "check_suite_id" that you specify |
Input Connection connection / Required | Default | Notes |
Input Created string | Default | Notes Returns workflow runs created within the given date-time range |
Input Event string | Default | Notes Returns workflow run triggered by the event you specify |
Input Exclude Pull Requests boolean | Default false | Notes If "true" pull requests are omitted from the response (empty array) |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Status string | Default | Notes Returns workflow runs with the check run "status" or "conclusion" that you specify |
Input Workflow Id string / Required | Default | Notes The ID of the workflow |
#
Actions List Workflow Runs For RepoList workflow runs for a repository | key: actionsListWorkflowRunsForRepo
Input | Default | Notes |
---|---|---|
Input Actor string | Default | Notes Returns someone"s workflow runs |
Input Branch string | Default | Notes Returns workflow runs associated with a branch |
Input Check Suite Id string | Default | Notes Returns workflow runs with the "check_suite_id" that you specify |
Input Connection connection / Required | Default | Notes |
Input Created string | Default | Notes Returns workflow runs created within the given date-time range |
Input Event string | Default | Notes Returns workflow run triggered by the event you specify |
Input Exclude Pull Requests boolean | Default false | Notes If "true" pull requests are omitted from the response (empty array) |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Status string | Default | Notes Returns workflow runs with the check run "status" or "conclusion" that you specify |
#
Actions Re Run Job For Workflow RunRe-run a job from a workflow run | key: actionsReRunJobForWorkflowRun
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Enable Debug Logging boolean | Default false | Notes Whether to enable debug logging for the re-run |
Input Job Id string / Required | Default | Notes The unique identifier of the job |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
#
Actions Re Run WorkflowRe-run a workflow | key: actionsReRunWorkflow
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Enable Debug Logging boolean | Default false | Notes Whether to enable debug logging for the re-run |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
Input Run Id string / Required | Default | Notes The unique identifier of the workflow run |
#
Actions Re Run Workflow Failed JobsRe-run failed jobs from a workflow run | key: actionsReRunWorkflowFailedJobs
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Enable Debug Logging boolean | Default false | Notes Whether to enable debug logging for the re-run |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
Input Run Id string / Required | Default | Notes The unique identifier of the workflow run |
#
Actions Remove All Custom Labels From Self Hosted Runner For OrgRemove all custom labels from a self-hosted runner for an organization | key: actionsRemoveAllCustomLabelsFromSelfHostedRunnerForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Remove All Custom Labels From Self Hosted Runner For RepoRemove all custom labels from a self-hosted runner for a repository | key: actionsRemoveAllCustomLabelsFromSelfHostedRunnerForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Remove Custom Label From Self Hosted Runner For OrgRemove a custom label from a self-hosted runner for an organization | key: actionsRemoveCustomLabelFromSelfHostedRunnerForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Name string / Required | Notes The name of a self-hosted runner"s custom label |
Input Org string / Required | Notes The organization name |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Remove Custom Label From Self Hosted Runner For RepoRemove a custom label from a self-hosted runner for a repository | key: actionsRemoveCustomLabelFromSelfHostedRunnerForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Name string / Required | Notes The name of a self-hosted runner"s custom label |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Remove Repo Access To Self Hosted Runner Group In OrgRemove repository access to a self-hosted runner group in an organization | key: actionsRemoveRepoAccessToSelfHostedRunnerGroupInOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Repository Id string / Required | Notes The unique identifier of the repository |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
#
Actions Remove Selected Repo From Org SecretRemove selected repository from an organization secret | key: actionsRemoveSelectedRepoFromOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Repository Id string / Required | Notes |
Input Secret Name string / Required | Notes The name of the secret |
#
Actions Remove Self Hosted Runner From Group For OrgRemove a self-hosted runner from a group for an organization | key: actionsRemoveSelfHostedRunnerFromGroupForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Review Pending Deployments For RunReview pending deployments for a workflow run | key: actionsReviewPendingDeploymentsForRun
Input | Notes | Example |
---|---|---|
Input Comment string / Required | Notes A comment to accompany the deployment review | Example Ship it! |
Input Connection connection / Required | Notes | Example |
Input Environment Ids string / Required | Notes The list of environment ids to approve or reject | Example 161171787,161171795 |
Input Owner string / Required | Notes The account owner of the repository | Example |
Input Repo string / Required | Notes The name of the repository | Example |
Input Run Id string / Required | Notes The unique identifier of the workflow run | Example |
Input State string / Required | Notes Whether to approve or reject deployment to the specified environments | Example approved |
#
Actions Set Allowed Actions OrganizationSet allowed actions and reusable workflows for an organization | key: actionsSetAllowedActionsOrganization
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Github Owned Allowed boolean | Default false | Notes Whether GitHub-owned actions are allowed |
Input Org string / Required | Default | Notes The organization name |
Input Patterns Allowed string | Default | Notes Specifies a list of string-matching patterns to allow specific action(s) and reusable workflow(s) |
Input Verified Allowed boolean | Default false | Notes Whether actions from GitHub Marketplace verified creators are allowed |
#
Actions Set Allowed Actions RepositorySet allowed actions and reusable workflows for a repository | key: actionsSetAllowedActionsRepository
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Github Owned Allowed boolean | Default false | Notes Whether GitHub-owned actions are allowed |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Patterns Allowed string | Default | Notes Specifies a list of string-matching patterns to allow specific action(s) and reusable workflow(s) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Verified Allowed boolean | Default false | Notes Whether actions from GitHub Marketplace verified creators are allowed |
#
Actions Set Custom Labels For Self Hosted Runner For OrgSet custom labels for a self-hosted runner for an organization | key: actionsSetCustomLabelsForSelfHostedRunnerForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Labels string / Required | Notes The names of the custom labels to set for the runner |
Input Org string / Required | Notes The organization name |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Set Custom Labels For Self Hosted Runner For RepoSet custom labels for a self-hosted runner for a repository | key: actionsSetCustomLabelsForSelfHostedRunnerForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Labels string / Required | Notes The names of the custom labels to set for the runner |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Actions Set Github Actions Default Workflow Permissions EnterpriseSet default workflow permissions for an enterprise | key: actionsSetGithubActionsDefaultWorkflowPermissionsEnterprise
Input | Default | Notes |
---|---|---|
Input Can Approve Pull Request Reviews boolean | Default false | Notes Whether GitHub Actions can approve pull requests |
Input Connection connection / Required | Default | Notes |
Input Default Workflow Permissions string | Default | Notes The default workflow permissions granted to the GITHUB_TOKEN when running workflows |
Input Enterprise string / Required | Default | Notes The slug version of the enterprise name |
#
Actions Set Github Actions Default Workflow Permissions OrganizationSet default workflow permissions for an organization | key: actionsSetGithubActionsDefaultWorkflowPermissionsOrganization
Input | Default | Notes |
---|---|---|
Input Can Approve Pull Request Reviews boolean | Default false | Notes Whether GitHub Actions can approve pull requests |
Input Connection connection / Required | Default | Notes |
Input Default Workflow Permissions string | Default | Notes The default workflow permissions granted to the GITHUB_TOKEN when running workflows |
Input Org string / Required | Default | Notes The organization name |
#
Actions Set Github Actions Default Workflow Permissions RepositorySet default workflow permissions for a repository | key: actionsSetGithubActionsDefaultWorkflowPermissionsRepository
Input | Default | Notes |
---|---|---|
Input Can Approve Pull Request Reviews boolean | Default false | Notes Whether GitHub Actions can approve pull requests |
Input Connection connection / Required | Default | Notes |
Input Default Workflow Permissions string | Default | Notes The default workflow permissions granted to the GITHUB_TOKEN when running workflows |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
#
Actions Set Github Actions Permissions OrganizationSet GitHub Actions permissions for an organization | key: actionsSetGithubActionsPermissionsOrganization
Input | Notes |
---|---|
Input Allowed Actions string | Notes The permissions policy that controls the actions and reusable workflows that are allowed to run |
Input Connection connection / Required | Notes |
Input Enabled Repositories string / Required | Notes The policy that controls the repositories in the organization that are allowed to run GitHub Actions |
Input Org string / Required | Notes The organization name |
#
Actions Set Github Actions Permissions RepositorySet GitHub Actions permissions for a repository | key: actionsSetGithubActionsPermissionsRepository
Input | Default | Notes |
---|---|---|
Input Allowed Actions string | Default | Notes The permissions policy that controls the actions and reusable workflows that are allowed to run |
Input Connection connection / Required | Default | Notes |
Input Enabled boolean / Required | Default false | Notes Whether GitHub Actions is enabled on the repository |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
#
Actions Set Repo Access To Self Hosted Runner Group In OrgSet repository access for a self-hosted runner group in an organization | key: actionsSetRepoAccessToSelfHostedRunnerGroupInOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
Input Selected Repository Ids string / Required | Notes List of repository IDs that can access the runner group |
#
Actions Set Selected Repos For Org SecretSet selected repositories for an organization secret | key: actionsSetSelectedReposForOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Secret Name string / Required | Notes The name of the secret |
Input Selected Repository Ids string / Required | Notes An array of repository ids that can access the organization secret |
#
Actions Set Selected Repositories Enabled Github Actions OrganizationSet selected repositories enabled for GitHub Actions in an organization | key: actionsSetSelectedRepositoriesEnabledGithubActionsOrganization
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Selected Repository Ids string / Required | Notes List of repository IDs to enable for GitHub Actions |
#
Actions Set Self Hosted Runners In Group For OrgSet self-hosted runners in a group for an organization | key: actionsSetSelfHostedRunnersInGroupForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
Input Runners string / Required | Notes List of runner IDs to add to the runner group |
#
Actions Set Workflow Access To RepositorySet the level of access for workflows outside of the repository | key: actionsSetWorkflowAccessToRepository
Input | Notes |
---|---|
Input Access Level string / Required | Notes Defines the level of access that workflows outside of the repository have to actions and reusable workflows within the |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Actions Update Self Hosted Runner Group For OrgUpdate a self-hosted runner group for an organization | key: actionsUpdateSelfHostedRunnerGroupForOrg
Input | Default | Notes |
---|---|---|
Input Allows Public Repositories boolean | Default false | Notes Whether the runner group can be used by "public" repositories |
Input Connection connection / Required | Default | Notes |
Input Name string / Required | Default | Notes Name of the runner group |
Input Org string / Required | Default | Notes The organization name |
Input Restricted To Workflows boolean | Default false | Notes If "true", the runner group will be restricted to running only the workflows specified in the "selected_workflows" array |
Input Runner Group Id string / Required | Default | Notes Unique identifier of the self-hosted runner group |
Input Selected Workflows string | Default | Notes List of workflows the runner group should be allowed to run |
Input Visibility string | Default | Notes Visibility of a runner group |
#
Activity Check Repo Is Starred By Authenticated UserCheck if a repository is starred by the authenticated user | key: activityCheckRepoIsStarredByAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Activity Delete Repo SubscriptionDelete a repository subscription | key: activityDeleteRepoSubscription
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Activity Delete Thread SubscriptionDelete a thread subscription | key: activityDeleteThreadSubscription
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Thread Id string / Required | Notes The unique identifier of the thread |
#
Activity Get FeedsGet feeds | key: activityGetFeeds
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Activity Get Repo SubscriptionGet a repository subscription | key: activityGetRepoSubscription
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Activity Get ThreadGet a thread | key: activityGetThread
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Thread Id string / Required | Notes The unique identifier of the thread |
#
Activity Get Thread Subscription For Authenticated UserGet a thread subscription for the authenticated user | key: activityGetThreadSubscriptionForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Thread Id string / Required | Notes The unique identifier of the thread |
#
Activity List Events For Authenticated UserList events for the authenticated user | key: activityListEventsForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Username string / Required | Default | Notes The handle for the GitHub user account |
#
Activity List Notifications For Authenticated UserList notifications for the authenticated user | key: activityListNotificationsForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input All boolean | Default false | Notes If "true", show notifications marked as read |
Input Before string | Default | Notes Only show notifications updated before the given time |
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Participating boolean | Default false | Notes If "true", only shows notifications in which the user is directly participating or mentioned |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Since string | Default | Notes Only show notifications updated after the given time |
#
Activity List Org Events For Authenticated UserList organization events for the authenticated user | key: activityListOrgEventsForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Username string / Required | Default | Notes The handle for the GitHub user account |
#
Activity List Public EventsList public events | key: activityListPublicEvents
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Activity List Public Events For Repo NetworkList public events for a network of repositories | key: activityListPublicEventsForRepoNetwork
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Activity List Public Events For UserList public events for a user | key: activityListPublicEventsForUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Username string / Required | Default | Notes The handle for the GitHub user account |
#
Activity List Public Org EventsList public organization events | key: activityListPublicOrgEvents
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Activity List Received Events For UserList events received by the authenticated user | key: activityListReceivedEventsForUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Username string / Required | Default | Notes The handle for the GitHub user account |
#
Activity List Received Public Events For UserList public events received by a user | key: activityListReceivedPublicEventsForUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Username string / Required | Default | Notes The handle for the GitHub user account |
#
Activity List Repo EventsList repository events | key: activityListRepoEvents
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Activity List Repo Notifications For Authenticated UserList repository notifications for the authenticated user | key: activityListRepoNotificationsForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input All boolean | Default false | Notes If "true", show notifications marked as read |
Input Before string | Default | Notes Only show notifications updated before the given time |
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Participating boolean | Default false | Notes If "true", only shows notifications in which the user is directly participating or mentioned |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Since string | Default | Notes Only show notifications updated after the given time |
#
Activity List Repos Starred By Authenticated UserList repositories starred by the authenticated user | key: activityListReposStarredByAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Direction string | Default desc | Notes The direction to sort the results by |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Sort string | Default created | Notes The property to sort the results by |
#
Activity List Repos Starred By UserList repositories starred by a user | key: activityListReposStarredByUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Direction string | Default desc | Notes The direction to sort the results by |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Sort string | Default created | Notes The property to sort the results by |
Input Username string / Required | Default | Notes The handle for the GitHub user account |
#
Activity List Repos Watched By UserList repositories watched by a user | key: activityListReposWatchedByUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Username string / Required | Default | Notes The handle for the GitHub user account |
#
Activity List Stargazers For RepoList stargazers | key: activityListStargazersForRepo
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Activity List Watched Repos For Authenticated UserList repositories watched by the authenticated user | key: activityListWatchedReposForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Activity List Watchers For RepoList watchers | key: activityListWatchersForRepo
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Activity Mark Notifications As ReadMark notifications as read | key: activityMarkNotificationsAsRead
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Last Read At string | Default | Notes Describes the last point that notifications were checked |
Input Read boolean | Default false | Notes Whether the notification has been read |
#
Activity Mark Repo Notifications As ReadMark repository notifications as read | key: activityMarkRepoNotificationsAsRead
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Last Read At string | Notes Describes the last point that notifications were checked |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Activity Mark Thread As ReadMark a thread as read | key: activityMarkThreadAsRead
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Thread Id string / Required | Notes The unique identifier of the thread |
#
Activity Set Repo SubscriptionSet a repository subscription | key: activitySetRepoSubscription
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Ignored boolean | Default false | Notes Determines if all notifications should be blocked from this repository |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
Input Subscribed boolean | Default false | Notes Determines if notifications should be received from this repository |
#
Activity Set Thread SubscriptionSet a thread subscription | key: activitySetThreadSubscription
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Ignored boolean | Default false | Notes Whether to block all notifications from a thread |
Input Thread Id string / Required | Default | Notes The unique identifier of the thread |
#
Activity Star Repo For Authenticated UserStar a repository for the authenticated user | key: activityStarRepoForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Activity Unstar Repo For Authenticated UserUnstar a repository for the authenticated user | key: activityUnstarRepoForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Apps Add Repo To Installation For Authenticated UserAdd a repository to an app installation | key: appsAddRepoToInstallationForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Installation Id string / Required | Notes The unique identifier of the installation |
Input Repository Id string / Required | Notes The unique identifier of the repository |
#
Apps Check TokenCheck a token | key: appsCheckToken
Input | Notes |
---|---|
Input Access Token string / Required | Notes The access_token of the OAuth application |
Input Client Id string / Required | Notes The client ID of the GitHub app |
Input Connection connection / Required | Notes |
#
Apps Create From ManifestCreate a GitHub App from a manifest | key: appsCreateFromManifest
Input | Notes |
---|---|
Input Code string / Required | Notes |
Input Connection connection / Required | Notes |
#
Apps Create Installation Access TokenCreate an installation access token for an app | key: appsCreateInstallationAccessToken
Input | Notes | Example |
---|---|---|
Input Connection connection / Required | Notes | Example |
Input Installation Id string / Required | Notes The unique identifier of the installation | Example |
Input Permissions string | Notes The permissions granted to the user-to-server access token | Example [object Object] |
Input Repositories string | Notes List of repository names that the token should have access to | Example |
Input Repository Ids string | Notes List of repository IDs that the token should have access to | Example 1 |
#
Apps Delete AuthorizationDelete an app authorization | key: appsDeleteAuthorization
Input | Notes |
---|---|
Input Access Token string / Required | Notes The OAuth access token used to authenticate to the GitHub API |
Input Client Id string / Required | Notes The client ID of the GitHub app |
Input Connection connection / Required | Notes |
#
Apps Delete InstallationDelete an installation for the authenticated app | key: appsDeleteInstallation
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Installation Id string / Required | Notes The unique identifier of the installation |
#
Apps Delete TokenDelete an app token | key: appsDeleteToken
Input | Notes |
---|---|
Input Access Token string / Required | Notes The OAuth access token used to authenticate to the GitHub API |
Input Client Id string / Required | Notes The client ID of the GitHub app |
Input Connection connection / Required | Notes |
#
Apps Get AuthenticatedGet the authenticated app | key: appsGetAuthenticated
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Apps Get By SlugGet an app | key: appsGetBySlug
Input | Notes |
---|---|
Input App Slug string / Required | Notes |
Input Connection connection / Required | Notes |
#
Apps Get InstallationGet an installation for the authenticated app | key: appsGetInstallation
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Installation Id string / Required | Notes The unique identifier of the installation |
#
Apps Get Org InstallationGet an organization installation for the authenticated app | key: appsGetOrgInstallation
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Apps Get Repo InstallationGet a repository installation for the authenticated app | key: appsGetRepoInstallation
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Apps Get Subscription Plan For AccountGet a subscription plan for an account | key: appsGetSubscriptionPlanForAccount
Input | Notes |
---|---|
Input Account Id string / Required | Notes account_id parameter |
Input Connection connection / Required | Notes |
#
Apps Get Subscription Plan For Account StubbedGet a subscription plan for an account (stubbed) | key: appsGetSubscriptionPlanForAccountStubbed
Input | Notes |
---|---|
Input Account Id string / Required | Notes account_id parameter |
Input Connection connection / Required | Notes |
#
Apps Get User InstallationGet a user installation for the authenticated app | key: appsGetUserInstallation
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Username string / Required | Notes The handle for the GitHub user account |
#
Apps Get Webhook Config For AppGet a webhook configuration for an app | key: appsGetWebhookConfigForApp
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Apps Get Webhook DeliveryGet a delivery for an app webhook | key: appsGetWebhookDelivery
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Delivery Id string / Required | Notes |
#
Apps List Accounts For PlanList accounts for a plan | key: appsListAccountsForPlan
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Direction string | Default | Notes To return the oldest accounts first, set to "asc" |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Plan Id string / Required | Default | Notes The unique identifier of the plan |
Input Sort string | Default created | Notes The property to sort the results by |
#
Apps List Accounts For Plan StubbedList accounts for a plan (stubbed) | key: appsListAccountsForPlanStubbed
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Direction string | Default | Notes To return the oldest accounts first, set to "asc" |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Plan Id string / Required | Default | Notes The unique identifier of the plan |
Input Sort string | Default created | Notes The property to sort the results by |
#
Apps List Installation Repos For Authenticated UserList repositories accessible to the user access token | key: appsListInstallationReposForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Installation Id string / Required | Default | Notes The unique identifier of the installation |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Apps List InstallationsList installations for the authenticated app | key: appsListInstallations
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Outdated string | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Since string | Default | Notes Only show notifications updated after the given time |
#
Apps List Installations For Authenticated UserList app installations accessible to the user access token | key: appsListInstallationsForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Apps List PlansList plans | key: appsListPlans
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Apps List Plans StubbedList plans (stubbed) | key: appsListPlansStubbed
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Apps List Repos Accessible To InstallationList repositories accessible to the app installation | key: appsListReposAccessibleToInstallation
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Apps List Subscriptions For Authenticated UserList subscriptions for the authenticated user | key: appsListSubscriptionsForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Apps List Subscriptions For Authenticated User StubbedList subscriptions for the authenticated user (stubbed) | key: appsListSubscriptionsForAuthenticatedUserStubbed
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Apps List Webhook DeliveriesList deliveries for an app webhook | key: appsListWebhookDeliveries
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Cursor string | Default | Notes Used for pagination: the starting delivery from which the page of deliveries is fetched |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Apps Redeliver Webhook DeliveryRedeliver a delivery for an app webhook | key: appsRedeliverWebhookDelivery
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Delivery Id string / Required | Notes |
#
Apps Remove Repo From Installation For Authenticated UserRemove a repository from an app installation | key: appsRemoveRepoFromInstallationForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Installation Id string / Required | Notes The unique identifier of the installation |
Input Repository Id string / Required | Notes The unique identifier of the repository |
#
Apps Reset TokenReset a token | key: appsResetToken
Input | Notes |
---|---|
Input Access Token string / Required | Notes The access_token of the OAuth application |
Input Client Id string / Required | Notes The client ID of the GitHub app |
Input Connection connection / Required | Notes |
#
Apps Revoke Installation Access TokenRevoke an installation access token | key: appsRevokeInstallationAccessToken
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Apps Scope TokenCreate a scoped access token | key: appsScopeToken
Input | Notes | Example |
---|---|---|
Input Access Token string / Required | Notes The OAuth access token used to authenticate to the GitHub API | Example e72e16c7e42f292c6912e7710c838347ae178b4a |
Input Client Id string / Required | Notes The client ID of the GitHub app | Example |
Input Connection connection / Required | Notes | Example |
Input Permissions string | Notes The permissions granted to the user-to-server access token | Example [object Object] |
Input Repositories string | Notes The list of repository names to scope the user-to-server access token to | Example |
Input Repository Ids string | Notes The list of repository IDs to scope the user-to-server access token to | Example 1 |
Input Target string | Notes The name of the user or organization to scope the user-to-server access token to | Example octocat |
Input Target Id string | Notes The ID of the user or organization to scope the user-to-server access token to | Example 1 |
#
Apps Suspend InstallationSuspend an app installation | key: appsSuspendInstallation
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Installation Id string / Required | Notes The unique identifier of the installation |
#
Apps Unsuspend InstallationUnsuspend an app installation | key: appsUnsuspendInstallation
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Installation Id string / Required | Notes The unique identifier of the installation |
#
Apps Update Webhook Config For AppUpdate a webhook configuration for an app | key: appsUpdateWebhookConfigForApp
Input | Notes | Example |
---|---|---|
Input Connection connection / Required | Notes | Example |
Input Content Type string | Notes The media type used to serialize the payloads | Example "json" |
Input Insecure Ssl string | Notes | Example |
Input Secret string | Notes If provided, the "secret" will be used as the "key" to generate the HMAC hex digest value for [delivery signature headers](https://docs | Example "********" |
Input Url string | Notes The URL to which the payloads will be delivered | Example https://example.com/webhook |
#
Billing Get Github Actions Billing GheGet GitHub Actions billing for an enterprise | key: billingGetGithubActionsBillingGhe
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
#
Billing Get Github Actions Billing OrgGet GitHub Actions billing for an organization | key: billingGetGithubActionsBillingOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Billing Get Github Actions Billing UserGet GitHub Actions billing for a user | key: billingGetGithubActionsBillingUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Username string / Required | Notes The handle for the GitHub user account |
#
Billing Get Github Advanced Security Billing GheGet GitHub Advanced Security active committers for an enterprise | key: billingGetGithubAdvancedSecurityBillingGhe
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Enterprise string / Required | Default | Notes The slug version of the enterprise name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Billing Get Github Advanced Security Billing OrgGet GitHub Advanced Security active committers for an organization | key: billingGetGithubAdvancedSecurityBillingOrg
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Billing Get Github Packages Billing GheGet GitHub Packages billing for an enterprise | key: billingGetGithubPackagesBillingGhe
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
#
Billing Get Github Packages Billing OrgGet GitHub Packages billing for an organization | key: billingGetGithubPackagesBillingOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Billing Get Github Packages Billing UserGet GitHub Packages billing for a user | key: billingGetGithubPackagesBillingUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Username string / Required | Notes The handle for the GitHub user account |
#
Billing Get Shared Storage Billing GheGet shared storage billing for an enterprise | key: billingGetSharedStorageBillingGhe
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
#
Billing Get Shared Storage Billing OrgGet shared storage billing for an organization | key: billingGetSharedStorageBillingOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Billing Get Shared Storage Billing UserGet shared storage billing for a user | key: billingGetSharedStorageBillingUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Username string / Required | Notes The handle for the GitHub user account |
#
Checks CreateCreate a check run | key: checksCreate
Input | Default | Notes |
---|---|---|
Input Actions string | Default | Notes Displays a button on GitHub that can be clicked to alert your app to do additional tasks |
Input Completed At string | Default | Notes The time the check completed |
Input Conclusion string | Default | Notes **Required if you provide "completed_at" or a "status" of "completed"** |
Input Connection connection / Required | Default | Notes |
Input Details Url string | Default | Notes The URL of the integrator"s site that has the full details of the check |
Input External Id string | Default | Notes A reference for the run on the integrator"s system |
Input Head Sha string / Required | Default | Notes The SHA of the commit |
Input Name string / Required | Default | Notes The name of the check |
Input Output string | Default | Notes Check runs can accept a variety of data in the "output" object, including a "title" and "summary" and can optionally provide descriptive details about the run |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
Input Started At string | Default | Notes The time that the check run began |
Input Status string | Default queued | Notes The current status |
#
Checks Create SuiteCreate a check suite | key: checksCreateSuite
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Head Sha string / Required | Notes The sha of the head commit |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Checks GetGet a check run | key: checksGet
Input | Notes |
---|---|
Input Check Run Id string / Required | Notes The unique identifier of the check run |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Checks Get SuiteGet a check suite | key: checksGetSuite
Input | Notes |
---|---|
Input Check Suite Id string / Required | Notes The unique identifier of the check suite |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Checks List AnnotationsList check run annotations | key: checksListAnnotations
Input | Default | Notes |
---|---|---|
Input Check Run Id string / Required | Default | Notes The unique identifier of the check run |
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Checks List For RefList check runs for a Git reference | key: checksListForRef
Input | Default | Notes |
---|---|---|
Input App Id string | Default | Notes |
Input Check Name string | Default | Notes Returns check runs with the specified "name" |
Input Connection connection / Required | Default | Notes |
Input Filter string | Default latest | Notes Filters check runs by their "completed_at" timestamp |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Ref string / Required | Default | Notes ref parameter |
Input Repo string / Required | Default | Notes The name of the repository |
Input Status string | Default | Notes Returns check runs with the specified "status" |
#
Checks List For SuiteList check runs in a check suite | key: checksListForSuite
Input | Default | Notes |
---|---|---|
Input Check Name string | Default | Notes Returns check runs with the specified "name" |
Input Check Suite Id string / Required | Default | Notes The unique identifier of the check suite |
Input Connection connection / Required | Default | Notes |
Input Filter string | Default latest | Notes Filters check runs by their "completed_at" timestamp |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Status string | Default | Notes Returns check runs with the specified "status" |
#
Checks List Suites For RefList check suites for a Git reference | key: checksListSuitesForRef
Input | Default | Notes |
---|---|---|
Input App Id string | Default | Notes Filters check suites by GitHub App "id" |
Input Check Name string | Default | Notes Returns check runs with the specified "name" |
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Ref string / Required | Default | Notes ref parameter |
Input Repo string / Required | Default | Notes The name of the repository |
#
Checks Rerequest RunRerequest a check run | key: checksRerequestRun
Input | Notes |
---|---|
Input Check Run Id string / Required | Notes The unique identifier of the check run |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Checks Rerequest SuiteRerequest a check suite | key: checksRerequestSuite
Input | Notes |
---|---|
Input Check Suite Id string / Required | Notes The unique identifier of the check suite |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Checks Set Suites PreferencesUpdate repository preferences for check suites | key: checksSetSuitesPreferences
Input | Notes |
---|---|
Input Auto Trigger Checks string | Notes Enables or disables automatic creation of CheckSuite events upon pushes to the repository |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Checks UpdateUpdate a check run | key: checksUpdate
Input | Notes |
---|---|
Input Actions string | Notes Possible further actions the integrator can perform, which a user may trigger |
Input Check Run Id string / Required | Notes The unique identifier of the check run |
Input Completed At string | Notes The time the check completed |
Input Conclusion string | Notes **Required if you provide "completed_at" or a "status" of "completed"** |
Input Connection connection / Required | Notes |
Input Details Url string | Notes The URL of the integrator"s site that has the full details of the check |
Input External Id string | Notes A reference for the run on the integrator"s system |
Input Name string | Notes The name of the check |
Input Output string | Notes Check runs can accept a variety of data in the "output" object, including a "title" and "summary" and can optionally provide descriptive details about the run |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Started At string | Notes This is a timestamp in [ISO 8601](https://en |
Input Status string | Notes The current status |
#
Code Scanning Delete AnalysisDelete a code scanning analysis from a repository | key: codeScanningDeleteAnalysis
Input | Notes |
---|---|
Input Analysis Id string / Required | Notes The ID of the analysis, as returned from the "GET /repos/{owner}/{repo}/code-scanning/analyses" operation |
Input Confirm Delete string | Notes Allow deletion if the specified analysis is the last in a set |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Code Scanning Get AlertGet a code scanning alert | key: codeScanningGetAlert
Input | Notes |
---|---|
Input Alert Number string / Required | Notes The number that identifies an alert |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Code Scanning Get AnalysisGet a code scanning analysis for a repository | key: codeScanningGetAnalysis
Input | Notes |
---|---|
Input Analysis Id string / Required | Notes The ID of the analysis, as returned from the "GET /repos/{owner}/{repo}/code-scanning/analyses" operation |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Code Scanning Get SarifGet information about a SARIF upload | key: codeScanningGetSarif
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Sarif Id string / Required | Notes The SARIF ID obtained after uploading |
#
Code Scanning List Alert InstancesList instances of a code scanning alert | key: codeScanningListAlertInstances
Input | Default | Notes |
---|---|---|
Input Alert Number string / Required | Default | Notes The number that identifies an alert |
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Ref string | Default | Notes The Git reference for the results you want to list |
Input Repo string / Required | Default | Notes The name of the repository |
#
Code Scanning List Alerts For OrgList code scanning alerts for an organization | key: codeScanningListAlertsForOrg
Input | Default | Notes |
---|---|---|
Input After string | Default | Notes A cursor, as given in the [Link header](https://docs |
Input Before string | Default | Notes A cursor, as given in the [Link header](https://docs |
Input Connection connection / Required | Default | Notes |
Input Direction string | Default desc | Notes The direction to sort the results by |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Sort string | Default created | Notes The property by which to sort the results |
Input State string | Default | Notes Set to "open", "closed", "fixed", or "dismissed" to list code scanning alerts in a specific state |
Input Tool Guid string | Default | Notes The GUID of a code scanning tool |
Input Tool Name string | Default | Notes The name of a code scanning tool |
#
Code Scanning List Alerts For RepoList code scanning alerts for a repository | key: codeScanningListAlertsForRepo
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Direction string | Default desc | Notes The direction to sort the results by |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Ref string | Default | Notes The Git reference for the results you want to list |
Input Repo string / Required | Default | Notes The name of the repository |
Input Sort string | Default number | Notes The property by which to sort the results |
Input State string | Default | Notes Set to "open", "closed, "fixed", or "dismissed" to list code scanning alerts in a specific state |
Input Tool Guid string | Default | Notes The GUID of a code scanning tool |
Input Tool Name string | Default | Notes The name of a code scanning tool |
#
Code Scanning List Recent AnalysesList code scanning analyses for a repository | key: codeScanningListRecentAnalyses
Input | Default | Notes | Example |
---|---|---|---|
Input Connection connection / Required | Default | Notes | Example |
Input Owner string / Required | Default | Notes The account owner of the repository | Example |
Input Page string | Default 1 | Notes Page number of the results to fetch | Example |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) | Example |
Input Ref string | Default | Notes The Git reference for the analyses you want to list | Example |
Input Repo string / Required | Default | Notes The name of the repository | Example |
Input Sarif Id string | Default | Notes Filter analyses belonging to the same SARIF upload | Example 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 |
Input Tool Guid string | Default | Notes The GUID of a code scanning tool | Example |
Input Tool Name string | Default | Notes The name of a code scanning tool | Example |
#
Code Scanning Update AlertUpdate a code scanning alert | key: codeScanningUpdateAlert
Input | Notes |
---|---|
Input Alert Number string / Required | Notes The number that identifies an alert |
Input Connection connection / Required | Notes |
Input Dismissed Comment string | Notes The dismissal comment associated with the dismissal of the alert |
Input Dismissed Reason string | Notes **Required when the state is dismissed |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input State string / Required | Notes Sets the state of the code scanning alert |
#
Code Scanning Upload SarifUpload an analysis as SARIF data | key: codeScanningUploadSarif
Input | Notes | Example |
---|---|---|
Input Checkout Uri string | Notes The base directory used in the analysis, as it appears in the SARIF file | Example file:///github/workspace/ |
Input Commit Sha string / Required | Notes The SHA of the commit to which the analysis you are uploading relates | Example |
Input Connection connection / Required | Notes | Example |
Input Owner string / Required | Notes The account owner of the repository | Example |
Input Ref string / Required | Notes The full Git reference, formatted as "refs/heads/", | Example |
Input Repo string / Required | Notes The name of the repository | Example |
Input Sarif string / Required | Notes A Base64 string representing the SARIF file to upload | Example |
Input Started At string | Notes The time that the analysis run began | Example |
Input Tool Name string | Notes The name of the tool used to generate the code scanning analysis | Example |
#
Codes Of Conduct Get All Codes Of ConductGet all codes of conduct | key: codesOfConductGetAllCodesOfConduct
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Codes Of Conduct Get Conduct CodeGet a code of conduct | key: codesOfConductGetConductCode
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Key string / Required | Notes |
#
Codespaces Add Repository For Secret For Authenticated UserAdd a selected repository to a user secret | key: codespacesAddRepositoryForSecretForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Repository Id string / Required | Notes |
Input Secret Name string / Required | Notes The name of the secret |
#
Codespaces Codespace Machines For Authenticated UserList machine types for a codespace | key: codespacesCodespaceMachinesForAuthenticatedUser
Input | Notes |
---|---|
Input Codespace Name string / Required | Notes The name of the codespace |
Input Connection connection / Required | Notes |
#
Codespaces Create For Authenticated UserCreate a codespace for the authenticated user | key: codespacesCreateForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Codespaces Create Or Update Repo SecretCreate or update a repository secret | key: codespacesCreateOrUpdateRepoSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Encrypted Value string | Notes Value for your secret, encrypted with [LibSodium](https://libsodium |
Input Key Id string | Notes ID of the key you used to encrypt the secret |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Codespaces Create Or Update Secret For Authenticated UserCreate or update a secret for the authenticated user | key: codespacesCreateOrUpdateSecretForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Encrypted Value string | Notes Value for your secret, encrypted with [LibSodium](https://libsodium |
Input Key Id string / Required | Notes ID of the key you used to encrypt the secret |
Input Secret Name string / Required | Notes The name of the secret |
Input Selected Repository Ids string | Notes An array of repository ids that can access the user secret |
#
Codespaces Create With Pr For Authenticated UserCreate a codespace from a pull request | key: codespacesCreateWithPrForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Client Ip string | Default | Notes IP for location auto-detection when proxying a request |
Input Connection connection / Required | Default | Notes |
Input Devcontainer Path string | Default | Notes Path to devcontainer |
Input Display Name string | Default | Notes Display name for this codespace |
Input Idle Timeout Minutes string | Default | Notes Time in minutes before codespace stops from inactivity |
Input Location string | Default | Notes Location for this codespace |
Input Machine string | Default | Notes Machine type to use for this codespace |
Input Multi Repo Permissions Opt Out boolean | Default false | Notes Whether to authorize requested permissions from devcontainer |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Pull Number string / Required | Default | Notes The number that identifies the pull request |
Input Repo string / Required | Default | Notes The name of the repository |
Input Working Directory string | Default | Notes Working directory for this codespace |
#
Codespaces Create With Repo For Authenticated UserCreate a codespace in a repository | key: codespacesCreateWithRepoForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Client Ip string | Default | Notes IP for location auto-detection when proxying a request |
Input Connection connection / Required | Default | Notes |
Input Devcontainer Path string | Default | Notes Path to devcontainer |
Input Display Name string | Default | Notes Display name for this codespace |
Input Idle Timeout Minutes string | Default | Notes Time in minutes before codespace stops from inactivity |
Input Location string | Default | Notes Location for this codespace |
Input Machine string | Default | Notes Machine type to use for this codespace |
Input Multi Repo Permissions Opt Out boolean | Default false | Notes Whether to authorize requested permissions from devcontainer |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Ref string | Default | Notes Git ref (typically a branch name) for this codespace |
Input Repo string / Required | Default | Notes The name of the repository |
Input Working Directory string | Default | Notes Working directory for this codespace |
#
Codespaces Delete For Authenticated UserDelete a codespace for the authenticated user | key: codespacesDeleteForAuthenticatedUser
Input | Notes |
---|---|
Input Codespace Name string / Required | Notes The name of the codespace |
Input Connection connection / Required | Notes |
#
Codespaces Delete Repo SecretDelete a repository secret | key: codespacesDeleteRepoSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Codespaces Delete Secret For Authenticated UserDelete a secret for the authenticated user | key: codespacesDeleteSecretForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Secret Name string / Required | Notes The name of the secret |
#
Codespaces Export For Authenticated UserExport a codespace for the authenticated user | key: codespacesExportForAuthenticatedUser
Input | Notes |
---|---|
Input Codespace Name string / Required | Notes The name of the codespace |
Input Connection connection / Required | Notes |
#
Codespaces Get Export Details For Authenticated UserGet details about a codespace export | key: codespacesGetExportDetailsForAuthenticatedUser
Input | Notes |
---|---|
Input Codespace Name string / Required | Notes The name of the codespace |
Input Connection connection / Required | Notes |
Input Export Id string / Required | Notes The ID of the export operation, or "latest" |
#
Codespaces Get For Authenticated UserGet a codespace for the authenticated user | key: codespacesGetForAuthenticatedUser
Input | Notes |
---|---|
Input Codespace Name string / Required | Notes The name of the codespace |
Input Connection connection / Required | Notes |
#
Codespaces Get Public Key For Authenticated UserGet public key for the authenticated user | key: codespacesGetPublicKeyForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Codespaces Get Repo Public KeyGet a repository public key | key: codespacesGetRepoPublicKey
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Codespaces Get Repo SecretGet a repository secret | key: codespacesGetRepoSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Codespaces Get Secret For Authenticated UserGet a secret for the authenticated user | key: codespacesGetSecretForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Secret Name string / Required | Notes The name of the secret |
#
Codespaces List Devcontainers In Repository For Authenticated UserList devcontainer configurations in a repository for the authenticated user | key: codespacesListDevcontainersInRepositoryForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Codespaces List For Authenticated UserList codespaces for the authenticated user | key: codespacesListForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repository Id string | Default | Notes ID of the Repository to filter on |
#
Codespaces List In Repository For Authenticated UserList codespaces in a repository for the authenticated user | key: codespacesListInRepositoryForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Codespaces List Repo SecretsList repository secrets | key: codespacesListRepoSecrets
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Codespaces List Repositories For Secret For Authenticated UserList selected repositories for a user secret | key: codespacesListRepositoriesForSecretForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Secret Name string / Required | Notes The name of the secret |
#
Codespaces List Secrets For Authenticated UserList secrets for the authenticated user | key: codespacesListSecretsForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Codespaces Remove Repository For Secret For Authenticated UserRemove a selected repository from a user secret | key: codespacesRemoveRepositoryForSecretForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Repository Id string / Required | Notes |
Input Secret Name string / Required | Notes The name of the secret |
#
Codespaces Repo Machines For Authenticated UserList available machine types for a repository | key: codespacesRepoMachinesForAuthenticatedUser
Input | Notes | Example |
---|---|---|
Input Client Ip string | Notes IP for location auto-detection when proxying a request | Example |
Input Connection connection / Required | Notes | Example |
Input Location string | Notes The location to check for available machines | Example WestUs2 |
Input Owner string / Required | Notes The account owner of the repository | Example |
Input Repo string / Required | Notes The name of the repository | Example |
#
Codespaces Set Repositories For Secret For Authenticated UserSet selected repositories for a user secret | key: codespacesSetRepositoriesForSecretForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Secret Name string / Required | Notes The name of the secret |
Input Selected Repository Ids string / Required | Notes An array of repository ids for which a codespace can access the secret |
#
Codespaces Start For Authenticated UserStart a codespace for the authenticated user | key: codespacesStartForAuthenticatedUser
Input | Notes |
---|---|
Input Codespace Name string / Required | Notes The name of the codespace |
Input Connection connection / Required | Notes |
#
Codespaces Stop For Authenticated UserStop a codespace for the authenticated user | key: codespacesStopForAuthenticatedUser
Input | Notes |
---|---|
Input Codespace Name string / Required | Notes The name of the codespace |
Input Connection connection / Required | Notes |
#
Codespaces Update For Authenticated UserUpdate a codespace for the authenticated user | key: codespacesUpdateForAuthenticatedUser
Input | Notes |
---|---|
Input Codespace Name string / Required | Notes The name of the codespace |
Input Connection connection / Required | Notes |
Input Display Name string | Notes Display name for this codespace |
Input Machine string | Notes A valid machine to transition this codespace to |
Input Recent Folders string | Notes Recently opened folders inside the codespace |
#
Dependabot Add Selected Repo To Org SecretAdd selected repository to an organization secret | key: dependabotAddSelectedRepoToOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Repository Id string / Required | Notes |
Input Secret Name string / Required | Notes The name of the secret |
#
Dependabot Create Or Update Org SecretCreate or update an organization secret | key: dependabotCreateOrUpdateOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Encrypted Value string | Notes Value for your secret, encrypted with [LibSodium](https://libsodium |
Input Key Id string | Notes ID of the key you used to encrypt the secret |
Input Org string / Required | Notes The organization name |
Input Secret Name string / Required | Notes The name of the secret |
Input Selected Repository Ids string | Notes An array of repository ids that can access the organization secret |
Input Visibility string / Required | Notes Which type of organization repositories have access to the organization secret |
#
Dependabot Create Or Update Repo SecretCreate or update a repository secret | key: dependabotCreateOrUpdateRepoSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Encrypted Value string | Notes Value for your secret, encrypted with [LibSodium](https://libsodium |
Input Key Id string | Notes ID of the key you used to encrypt the secret |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Dependabot Delete Org SecretDelete an organization secret | key: dependabotDeleteOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Secret Name string / Required | Notes The name of the secret |
#
Dependabot Delete Repo SecretDelete a repository secret | key: dependabotDeleteRepoSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Dependabot Get Org Public KeyGet an organization public key | key: dependabotGetOrgPublicKey
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Dependabot Get Org SecretGet an organization secret | key: dependabotGetOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Secret Name string / Required | Notes The name of the secret |
#
Dependabot Get Repo Public KeyGet a repository public key | key: dependabotGetRepoPublicKey
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Dependabot Get Repo SecretGet a repository secret | key: dependabotGetRepoSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Secret Name string / Required | Notes The name of the secret |
#
Dependabot List Org SecretsList organization secrets | key: dependabotListOrgSecrets
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Dependabot List Repo SecretsList repository secrets | key: dependabotListRepoSecrets
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Dependabot List Selected Repos For Org SecretList selected repositories for an organization secret | key: dependabotListSelectedReposForOrgSecret
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Secret Name string / Required | Default | Notes The name of the secret |
#
Dependabot Remove Selected Repo From Org SecretRemove selected repository from an organization secret | key: dependabotRemoveSelectedRepoFromOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Repository Id string / Required | Notes |
Input Secret Name string / Required | Notes The name of the secret |
#
Dependabot Set Selected Repos For Org SecretSet selected repositories for an organization secret | key: dependabotSetSelectedReposForOrgSecret
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
Input Secret Name string / Required | Notes The name of the secret |
Input Selected Repository Ids string / Required | Notes An array of repository ids that can access the organization secret |
#
Dependency Graph Diff RangeGet a diff of the dependencies between commits | key: dependencyGraphDiffRange
Input | Notes |
---|---|
Input Basehead string / Required | Notes The base and head Git revisions to compare |
Input Connection connection / Required | Notes |
Input Name string | Notes The full path, relative to the repository root, of the dependency manifest file |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Emojis GetGet emojis | key: emojisGet
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Enterprise Admin Add Custom Labels To Self Hosted Runner For EnterpriseAdd custom labels to a self-hosted runner for an enterprise | key: enterpriseAdminAddCustomLabelsToSelfHostedRunnerForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Labels string / Required | Notes The names of the custom labels to add to the runner |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Enterprise Admin Add Org Access To Self Hosted Runner Group In EnterpriseAdd organization access to a self-hosted runner group in an enterprise | key: enterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Org Id string / Required | Notes The unique identifier of the organization |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
#
Enterprise Admin Add Self Hosted Runner To Group For EnterpriseAdd a self-hosted runner to a group for an enterprise | key: enterpriseAdminAddSelfHostedRunnerToGroupForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Enterprise Admin Create Registration Token For EnterpriseCreate a registration token for an enterprise | key: enterpriseAdminCreateRegistrationTokenForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
#
Enterprise Admin Create Remove Token For EnterpriseCreate a remove token for an enterprise | key: enterpriseAdminCreateRemoveTokenForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
#
Enterprise Admin Create Self Hosted Runner Group For EnterpriseCreate a self-hosted runner group for an enterprise | key: enterpriseAdminCreateSelfHostedRunnerGroupForEnterprise
Input | Default | Notes |
---|---|---|
Input Allows Public Repositories boolean | Default false | Notes Whether the runner group can be used by "public" repositories |
Input Connection connection / Required | Default | Notes |
Input Enterprise string / Required | Default | Notes The slug version of the enterprise name |
Input Name string / Required | Default | Notes Name of the runner group |
Input Restricted To Workflows boolean | Default false | Notes If "true", the runner group will be restricted to running only the workflows specified in the "selected_workflows" array |
Input Runners string | Default | Notes List of runner IDs to add to the runner group |
Input Selected Organization Ids string | Default | Notes List of organization IDs that can access the runner group |
Input Selected Workflows string | Default | Notes List of workflows the runner group should be allowed to run |
Input Visibility string | Default | Notes Visibility of a runner group |
#
Enterprise Admin Delete Scim Group From EnterpriseDelete a SCIM group from an enterprise | key: enterpriseAdminDeleteScimGroupFromEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Scim Group Id string / Required | Notes Identifier generated by the GitHub SCIM endpoint |
#
Enterprise Admin Delete Self Hosted Runner From EnterpriseDelete a self-hosted runner from an enterprise | key: enterpriseAdminDeleteSelfHostedRunnerFromEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Enterprise Admin Delete Self Hosted Runner Group From EnterpriseDelete a self-hosted runner group from an enterprise | key: enterpriseAdminDeleteSelfHostedRunnerGroupFromEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
#
Enterprise Admin Delete User From EnterpriseDelete a SCIM user from an enterprise | key: enterpriseAdminDeleteUserFromEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Scim User Id string / Required | Notes The unique identifier of the SCIM user |
#
Enterprise Admin Disable Selected Organization Github Actions EnterpriseDisable a selected organization for GitHub Actions in an enterprise | key: enterpriseAdminDisableSelectedOrganizationGithubActionsEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Org Id string / Required | Notes The unique identifier of the organization |
#
Enterprise Admin Enable Selected Organization Github Actions EnterpriseEnable a selected organization for GitHub Actions in an enterprise | key: enterpriseAdminEnableSelectedOrganizationGithubActionsEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Org Id string / Required | Notes The unique identifier of the organization |
#
Enterprise Admin Get Allowed Actions EnterpriseGet allowed actions and reusable workflows for an enterprise | key: enterpriseAdminGetAllowedActionsEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
#
Enterprise Admin Get Audit LogGet the audit log for an enterprise | key: enterpriseAdminGetAuditLog
Input | Default | Notes |
---|---|---|
Input After string | Default | Notes A cursor, as given in the [Link header](https://docs |
Input Before string | Default | Notes A cursor, as given in the [Link header](https://docs |
Input Connection connection / Required | Default | Notes |
Input Enterprise string / Required | Default | Notes The slug version of the enterprise name |
Input Include string | Default | Notes The event types to include: |
Input Order string | Default | Notes The order of audit log events |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Phrase string | Default | Notes A search phrase |
#
Enterprise Admin Get Github Actions Permissions EnterpriseGet GitHub Actions permissions for an enterprise | key: enterpriseAdminGetGithubActionsPermissionsEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
#
Enterprise Admin Get Provisioning Information For Enterprise GroupGet SCIM provisioning information for an enterprise group | key: enterpriseAdminGetProvisioningInformationForEnterpriseGroup
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Excluded Attributes string | Notes Attributes to exclude |
Input Scim Group Id string / Required | Notes Identifier generated by the GitHub SCIM endpoint |
#
Enterprise Admin Get Provisioning Information For Enterprise UserGet SCIM provisioning information for an enterprise user | key: enterpriseAdminGetProvisioningInformationForEnterpriseUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Scim User Id string / Required | Notes The unique identifier of the SCIM user |
#
Enterprise Admin Get Self Hosted Runner For EnterpriseGet a self-hosted runner for an enterprise | key: enterpriseAdminGetSelfHostedRunnerForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Enterprise Admin Get Self Hosted Runner Group For EnterpriseGet a self-hosted runner group for an enterprise | key: enterpriseAdminGetSelfHostedRunnerGroupForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
#
Enterprise Admin Get Server StatisticsGet GitHub Enterprise Server statistics | key: enterpriseAdminGetServerStatistics
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Date End string | Notes A cursor, as given in the [Link header](https://docs |
Input Date Start string | Notes A cursor, as given in the [Link header](https://docs |
Input Enterprise Or Org string / Required | Notes The slug version of the enterprise name or the login of an organization |
#
Enterprise Admin List Labels For Self Hosted Runner For EnterpriseList labels for a self-hosted runner for an enterprise | key: enterpriseAdminListLabelsForSelfHostedRunnerForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Enterprise Admin List Org Access To Self Hosted Runner Group In EnterpriseList organization access to a self-hosted runner group in an enterprise | key: enterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterprise
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Enterprise string / Required | Default | Notes The slug version of the enterprise name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Runner Group Id string / Required | Default | Notes Unique identifier of the self-hosted runner group |
#
Enterprise Admin List Provisioned Groups EnterpriseList provisioned SCIM groups for an enterprise | key: enterpriseAdminListProvisionedGroupsEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Count string | Notes Used for pagination: the number of results to return |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Excluded Attributes string | Notes attributes to exclude |
Input Filter string | Notes filter results |
Input Start Index string | Notes Used for pagination: the index of the first result to return |
#
Enterprise Admin List Provisioned Identities EnterpriseList SCIM provisioned identities for an enterprise | key: enterpriseAdminListProvisionedIdentitiesEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Count string | Notes Used for pagination: the number of results to return |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Filter string | Notes filter results |
Input Start Index string | Notes Used for pagination: the index of the first result to return |
#
Enterprise Admin List Runner Applications For EnterpriseList runner applications for an enterprise | key: enterpriseAdminListRunnerApplicationsForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
#
Enterprise Admin List Selected Organizations Enabled Github Actions EnterpriseList selected organizations enabled for GitHub Actions in an enterprise | key: enterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterprise
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Enterprise string / Required | Default | Notes The slug version of the enterprise name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Enterprise Admin List Self Hosted Runner Groups For EnterpriseList self-hosted runner groups for an enterprise | key: enterpriseAdminListSelfHostedRunnerGroupsForEnterprise
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Enterprise string / Required | Default | Notes The slug version of the enterprise name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Visible To Organization string | Default | Notes Only return runner groups that are allowed to be used by this organization |
#
Enterprise Admin List Self Hosted Runners For EnterpriseList self-hosted runners for an enterprise | key: enterpriseAdminListSelfHostedRunnersForEnterprise
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Enterprise string / Required | Default | Notes The slug version of the enterprise name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Enterprise Admin List Self Hosted Runners In Group For EnterpriseList self-hosted runners in a group for an enterprise | key: enterpriseAdminListSelfHostedRunnersInGroupForEnterprise
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Enterprise string / Required | Default | Notes The slug version of the enterprise name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Runner Group Id string / Required | Default | Notes Unique identifier of the self-hosted runner group |
#
Enterprise Admin Provision And Invite Enterprise GroupProvision a SCIM enterprise group and invite users | key: enterpriseAdminProvisionAndInviteEnterpriseGroup
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Display Name string / Required | Notes The name of the SCIM group |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Members string | Notes |
Input Schemas string / Required | Notes The SCIM schema URIs |
#
Enterprise Admin Provision And Invite Enterprise UserProvision and invite a SCIM enterprise user | key: enterpriseAdminProvisionAndInviteEnterpriseUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Emails string / Required | Notes List of user emails |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Groups string | Notes List of SCIM group IDs the user is a member of |
Input Name string / Required | Notes |
Input Schemas string / Required | Notes The SCIM schema URIs |
Input User Name string / Required | Notes The username for the user |
#
Enterprise Admin Remove All Custom Labels From Self Hosted Runner For EnterpriseRemove all custom labels from a self-hosted runner for an enterprise | key: enterpriseAdminRemoveAllCustomLabelsFromSelfHostedRunnerForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Enterprise Admin Remove Custom Label From Self Hosted Runner For EnterpriseRemove a custom label from a self-hosted runner for an enterprise | key: enterpriseAdminRemoveCustomLabelFromSelfHostedRunnerForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Name string / Required | Notes The name of a self-hosted runner"s custom label |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Enterprise Admin Remove Org Access To Self Hosted Runner Group In EnterpriseRemove organization access to a self-hosted runner group in an enterprise | key: enterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Org Id string / Required | Notes The unique identifier of the organization |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
#
Enterprise Admin Remove Self Hosted Runner From Group For EnterpriseRemove a self-hosted runner from a group for an enterprise | key: enterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Enterprise Admin Set Allowed Actions EnterpriseSet allowed actions and reusable workflows for an enterprise | key: enterpriseAdminSetAllowedActionsEnterprise
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Enterprise string / Required | Default | Notes The slug version of the enterprise name |
Input Github Owned Allowed boolean | Default false | Notes Whether GitHub-owned actions are allowed |
Input Patterns Allowed string | Default | Notes Specifies a list of string-matching patterns to allow specific action(s) and reusable workflow(s) |
Input Verified Allowed boolean | Default false | Notes Whether actions from GitHub Marketplace verified creators are allowed |
#
Enterprise Admin Set Custom Labels For Self Hosted Runner For EnterpriseSet custom labels for a self-hosted runner for an enterprise | key: enterpriseAdminSetCustomLabelsForSelfHostedRunnerForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Labels string / Required | Notes The names of the custom labels to set for the runner |
Input Runner Id string / Required | Notes Unique identifier of the self-hosted runner |
#
Enterprise Admin Set Github Actions Permissions EnterpriseSet GitHub Actions permissions for an enterprise | key: enterpriseAdminSetGithubActionsPermissionsEnterprise
Input | Notes |
---|---|
Input Allowed Actions string | Notes The permissions policy that controls the actions and reusable workflows that are allowed to run |
Input Connection connection / Required | Notes |
Input Enabled Organizations string / Required | Notes The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
#
Enterprise Admin Set Information For Provisioned Enterprise GroupSet SCIM information for a provisioned enterprise group | key: enterpriseAdminSetInformationForProvisionedEnterpriseGroup
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Display Name string / Required | Notes The name of the SCIM group |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Members string | Notes |
Input Schemas string / Required | Notes The SCIM schema URIs |
Input Scim Group Id string / Required | Notes Identifier generated by the GitHub SCIM endpoint |
#
Enterprise Admin Set Information For Provisioned Enterprise UserSet SCIM information for a provisioned enterprise user | key: enterpriseAdminSetInformationForProvisionedEnterpriseUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Emails string / Required | Notes List of user emails |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Groups string | Notes List of SCIM group IDs the user is a member of |
Input Name string / Required | Notes |
Input Schemas string / Required | Notes The SCIM schema URIs |
Input Scim User Id string / Required | Notes The unique identifier of the SCIM user |
Input User Name string / Required | Notes The username for the user |
#
Enterprise Admin Set Org Access To Self Hosted Runner Group In EnterpriseSet organization access for a self-hosted runner group in an enterprise | key: enterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
Input Selected Organization Ids string / Required | Notes List of organization IDs that can access the runner group |
#
Enterprise Admin Set Selected Organizations Enabled Github Actions EnterpriseSet selected organizations enabled for GitHub Actions in an enterprise | key: enterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Selected Organization Ids string / Required | Notes List of organization IDs to enable for GitHub Actions |
#
Enterprise Admin Set Self Hosted Runners In Group For EnterpriseSet self-hosted runners in a group for an enterprise | key: enterpriseAdminSetSelfHostedRunnersInGroupForEnterprise
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Runner Group Id string / Required | Notes Unique identifier of the self-hosted runner group |
Input Runners string / Required | Notes List of runner IDs to add to the runner group |
#
Enterprise Admin Update Attribute For Enterprise GroupUpdate an attribute for a SCIM enterprise group | key: enterpriseAdminUpdateAttributeForEnterpriseGroup
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Operations string / Required | Notes Array of [SCIM operations](https://tools |
Input Schemas string / Required | Notes The SCIM schema URIs |
Input Scim Group Id string / Required | Notes Identifier generated by the GitHub SCIM endpoint |
#
Enterprise Admin Update Attribute For Enterprise UserUpdate an attribute for a SCIM enterprise user | key: enterpriseAdminUpdateAttributeForEnterpriseUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Enterprise string / Required | Notes The slug version of the enterprise name |
Input Operations string / Required | Notes Array of [SCIM operations](https://tools |
Input Schemas string / Required | Notes The SCIM schema URIs |
Input Scim User Id string / Required | Notes The unique identifier of the SCIM user |
#
Enterprise Admin Update Self Hosted Runner Group For EnterpriseUpdate a self-hosted runner group for an enterprise | key: enterpriseAdminUpdateSelfHostedRunnerGroupForEnterprise
Input | Default | Notes |
---|---|---|
Input Allows Public Repositories boolean | Default false | Notes Whether the runner group can be used by "public" repositories |
Input Connection connection / Required | Default | Notes |
Input Enterprise string / Required | Default | Notes The slug version of the enterprise name |
Input Name string | Default | Notes Name of the runner group |
Input Restricted To Workflows boolean | Default false | Notes If "true", the runner group will be restricted to running only the workflows specified in the "selected_workflows" array |
Input Runner Group Id string / Required | Default | Notes Unique identifier of the self-hosted runner group |
Input Selected Workflows string | Default | Notes List of workflows the runner group should be allowed to run |
Input Visibility string | Default all | Notes Visibility of a runner group |
#
Gists Check Is StarredCheck if a gist is starred | key: gistsCheckIsStarred
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Gist Id string / Required | Notes The unique identifier of the gist |
#
Gists CreateCreate a gist | key: gistsCreate
Input | Notes | Example |
---|---|---|
Input Connection connection / Required | Notes | Example |
Input Description string | Notes Description of the gist | Example Example Ruby script |
Input Files string / Required | Notes Names and content for the files that make up the gist | Example [object Object] |
Input Public string | Notes | Example |
#
Gists Create CommentCreate a gist comment | key: gistsCreateComment
Input | Notes | Example |
---|---|---|
Input Body string / Required | Notes The comment text | Example Body of the attachment |
Input Connection connection / Required | Notes | Example |
Input Gist Id string / Required | Notes The unique identifier of the gist | Example |
#
Gists DeleteDelete a gist | key: gistsDelete
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Gist Id string / Required | Notes The unique identifier of the gist |
#
Gists Delete CommentDelete a gist comment | key: gistsDeleteComment
Input | Notes |
---|---|
Input Comment Id string / Required | Notes The unique identifier of the comment |
Input Connection connection / Required | Notes |
Input Gist Id string / Required | Notes The unique identifier of the gist |
#
Gists ForkFork a gist | key: gistsFork
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Gist Id string / Required | Notes The unique identifier of the gist |
#
Gists GetGet a gist | key: gistsGet
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Gist Id string / Required | Notes The unique identifier of the gist |
#
Gists Get CommentGet a gist comment | key: gistsGetComment
Input | Notes |
---|---|
Input Comment Id string / Required | Notes The unique identifier of the comment |
Input Connection connection / Required | Notes |
Input Gist Id string / Required | Notes The unique identifier of the gist |
#
Gists Get RevisionGet a gist revision | key: gistsGetRevision
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Gist Id string / Required | Notes The unique identifier of the gist |
Input Sha string / Required | Notes |
#
Gists ListList gists for the authenticated user | key: gistsList
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Since string | Default | Notes Only show notifications updated after the given time |
#
Gists List CommentsList gist comments | key: gistsListComments
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Gist Id string / Required | Default | Notes The unique identifier of the gist |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Gists List CommitsList gist commits | key: gistsListCommits
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Gist Id string / Required | Default | Notes The unique identifier of the gist |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Gists List For UserList gists for a user | key: gistsListForUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Since string | Default | Notes Only show notifications updated after the given time |
Input Username string / Required | Default | Notes The handle for the GitHub user account |
#
Gists List ForksList gist forks | key: gistsListForks
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Gist Id string / Required | Default | Notes The unique identifier of the gist |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Gists List PublicList public gists | key: gistsListPublic
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Since string | Default | Notes Only show notifications updated after the given time |
#
Gists List StarredList starred gists | key: gistsListStarred
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Since string | Default | Notes Only show notifications updated after the given time |
#
Gists StarStar a gist | key: gistsStar
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Gist Id string / Required | Notes The unique identifier of the gist |
#
Gists UnstarUnstar a gist | key: gistsUnstar
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Gist Id string / Required | Notes The unique identifier of the gist |
#
Gists UpdateUpdate a gist | key: gistsUpdate
Input | Notes | Example |
---|---|---|
Input Connection connection / Required | Notes | Example |
Input Description string | Notes Description of the gist | Example Example Ruby script |
Input Files string | Notes Names of files to be updated | Example [object Object] |
Input Gist Id string / Required | Notes The unique identifier of the gist | Example |
#
Gists Update CommentUpdate a gist comment | key: gistsUpdateComment
Input | Notes | Example |
---|---|---|
Input Body string / Required | Notes The comment text | Example Body of the attachment |
Input Comment Id string / Required | Notes The unique identifier of the comment | Example |
Input Connection connection / Required | Notes | Example |
Input Gist Id string / Required | Notes The unique identifier of the gist | Example |
#
Git Create BlobCreate a blob | key: gitCreateBlob
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Content string / Required | Default | Notes The new blob"s content |
Input Encoding string | Default utf-8 | Notes The encoding used for "content" |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
#
Git Create CommitCreate a commit | key: gitCreateCommit
Input | Notes |
---|---|
Input Author string | Notes Information about the author of the commit |
Input Committer string | Notes Information about the person who is making the commit |
Input Connection connection / Required | Notes |
Input Message string / Required | Notes The commit message |
Input Owner string / Required | Notes The account owner of the repository |
Input Parents string | Notes The SHAs of the commits that were the parents of this commit |
Input Repo string / Required | Notes The name of the repository |
Input Signature string | Notes The [PGP signature](https://en |
Input Tree string / Required | Notes The SHA of the tree object this commit points to |
#
Git Create RefCreate a reference | key: gitCreateRef
Input | Notes | Example |
---|---|---|
Input Connection connection / Required | Notes | Example |
Input Key string | Notes | Example "refs/heads/newbranch" |
Input Owner string / Required | Notes The account owner of the repository | Example |
Input Ref string / Required | Notes The name of the fully qualified reference (ie: "refs/heads/master") | Example |
Input Repo string / Required | Notes The name of the repository | Example |
Input Sha string / Required | Notes The SHA1 value for this reference | Example |
#
Git Create TagCreate a tag object | key: gitCreateTag
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Message string / Required | Notes The tag message |
Input Object string / Required | Notes The SHA of the git object this is tagging |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Tag string / Required | Notes The tag"s name |
Input Tagger string | Notes An object with information about the individual creating the tag |
Input Type string / Required | Notes The type of the object we"re tagging |
#
Git Create TreeCreate a tree | key: gitCreateTree
Input | Notes |
---|---|
Input Base Tree string | Notes The SHA1 of an existing Git tree object which will be used as the base for the new tree |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Tree string / Required | Notes Objects (of "path", "mode", "type", and "sha") specifying a tree structure |
#
Git Delete RefDelete a reference | key: gitDeleteRef
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Ref string / Required | Notes ref parameter |
Input Repo string / Required | Notes The name of the repository |
#
Git Get BlobGet a blob | key: gitGetBlob
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input File Sha string / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Git Get CommitGet a commit | key: gitGetCommit
Input | Notes |
---|---|
Input Commit Sha string / Required | Notes The SHA of the commit |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Git Get RefGet a reference | key: gitGetRef
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Ref string / Required | Notes ref parameter |
Input Repo string / Required | Notes The name of the repository |
#
Git Get TagGet a tag | key: gitGetTag
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Tag Sha string / Required | Notes |
#
Git Get TreeGet a tree | key: gitGetTree
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Recursive string | Notes Setting this parameter to any value returns the objects or subtrees referenced by the tree specified in ":tree_sha" |
Input Repo string / Required | Notes The name of the repository |
Input Tree Sha string / Required | Notes |
#
Git List Matching RefsList matching references | key: gitListMatchingRefs
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Ref string / Required | Default | Notes ref parameter |
Input Repo string / Required | Default | Notes The name of the repository |
#
Git Update RefUpdate a reference | key: gitUpdateRef
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Force boolean | Default false | Notes Indicates whether to force the update or to make sure the update is a fast-forward update |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Ref string / Required | Default | Notes ref parameter |
Input Repo string / Required | Default | Notes The name of the repository |
Input Sha string / Required | Default | Notes The SHA1 value to set this reference to |
#
Gitignore Get All TemplatesGet all gitignore templates | key: gitignoreGetAllTemplates
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Gitignore Get TemplateGet a gitignore template | key: gitignoreGetTemplate
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Name string / Required | Notes |
#
Interactions Get Restrictions For Authenticated UserGet interaction restrictions for your public repositories | key: interactionsGetRestrictionsForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Interactions Get Restrictions For OrgGet interaction restrictions for an organization | key: interactionsGetRestrictionsForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Interactions Get Restrictions For RepoGet interaction restrictions for a repository | key: interactionsGetRestrictionsForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Interactions Remove Restrictions For Authenticated UserRemove interaction restrictions from your public repositories | key: interactionsRemoveRestrictionsForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Interactions Remove Restrictions For OrgRemove interaction restrictions for an organization | key: interactionsRemoveRestrictionsForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Org string / Required | Notes The organization name |
#
Interactions Remove Restrictions For RepoRemove interaction restrictions for a repository | key: interactionsRemoveRestrictionsForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Interactions Set Restrictions For Authenticated UserSet interaction restrictions for your public repositories | key: interactionsSetRestrictionsForAuthenticatedUser
Input | Notes | Example |
---|---|---|
Input Connection connection / Required | Notes | Example |
Input Expiry string | Notes The duration of the interaction restriction | Example one_month |
Input Limit string / Required | Notes The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit is in effect | Example collaborators_only |
#
Interactions Set Restrictions For OrgSet interaction restrictions for an organization | key: interactionsSetRestrictionsForOrg
Input | Notes | Example |
---|---|---|
Input Connection connection / Required | Notes | Example |
Input Expiry string | Notes The duration of the interaction restriction | Example one_month |
Input Limit string / Required | Notes The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit is in effect | Example collaborators_only |
Input Org string / Required | Notes The organization name | Example |
#
Interactions Set Restrictions For RepoSet interaction restrictions for a repository | key: interactionsSetRestrictionsForRepo
Input | Notes | Example |
---|---|---|
Input Connection connection / Required | Notes | Example |
Input Expiry string | Notes The duration of the interaction restriction | Example one_month |
Input Limit string / Required | Notes The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit is in effect | Example collaborators_only |
Input Owner string / Required | Notes The account owner of the repository | Example |
Input Repo string / Required | Notes The name of the repository | Example |
#
Issues Add AssigneesAdd assignees to an issue | key: issuesAddAssignees
Input | Notes |
---|---|
Input Assignees string | Notes Usernames of people to assign this issue to |
Input Connection connection / Required | Notes |
Input Issue Number string / Required | Notes The number that identifies the issue |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Add LabelsAdd labels to an issue | key: issuesAddLabels
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Issue Number string / Required | Notes The number that identifies the issue |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Check User Can Be AssignedCheck if a user can be assigned | key: issuesCheckUserCanBeAssigned
Input | Notes |
---|---|
Input Assignee string / Required | Notes |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues CreateCreate an issue | key: issuesCreate
Input | Notes |
---|---|
Input Assignee string | Notes Login for the user that this issue should be assigned to |
Input Assignees string | Notes Logins for Users to assign to this issue |
Input Body string | Notes The contents of the issue |
Input Connection connection / Required | Notes |
Input Labels string | Notes Labels to associate with this issue |
Input Milestone string | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Title string / Required | Notes The title of the issue |
#
Issues Create CommentCreate an issue comment | key: issuesCreateComment
Input | Notes |
---|---|
Input Body string / Required | Notes The contents of the comment |
Input Connection connection / Required | Notes |
Input Issue Number string / Required | Notes The number that identifies the issue |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Create LabelCreate a label | key: issuesCreateLabel
Input | Notes |
---|---|
Input Color string | Notes The [hexadecimal color code](http://www |
Input Connection connection / Required | Notes |
Input Description string | Notes A short description of the label |
Input Name string / Required | Notes The name of the label |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Create MilestoneCreate a milestone | key: issuesCreateMilestone
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Description string | Default | Notes A description of the milestone |
Input Due On string | Default | Notes The milestone due date |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
Input State string | Default open | Notes The state of the milestone |
Input Title string / Required | Default | Notes The title of the milestone |
#
Issues Delete CommentDelete an issue comment | key: issuesDeleteComment
Input | Notes |
---|---|
Input Comment Id string / Required | Notes The unique identifier of the comment |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Delete LabelDelete a label | key: issuesDeleteLabel
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Name string / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Delete MilestoneDelete a milestone | key: issuesDeleteMilestone
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Milestone Number string / Required | Notes The number that identifies the milestone |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues GetGet an issue | key: issuesGet
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Issue Number string / Required | Notes The number that identifies the issue |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Get CommentGet an issue comment | key: issuesGetComment
Input | Notes |
---|---|
Input Comment Id string / Required | Notes The unique identifier of the comment |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Get EventGet an issue event | key: issuesGetEvent
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Event Id string / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Get LabelGet a label | key: issuesGetLabel
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Name string / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Get MilestoneGet a milestone | key: issuesGetMilestone
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Milestone Number string / Required | Notes The number that identifies the milestone |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues ListList issues assigned to the authenticated user | key: issuesList
Input | Default | Notes |
---|---|---|
Input Collab boolean | Default false | Notes |
Input Connection connection / Required | Default | Notes |
Input Direction string | Default desc | Notes The direction to sort the results by |
Input Filter string | Default assigned | Notes Indicates which sorts of issues to return |
Input Labels string | Default | Notes A list of comma separated label names |
Input Orgs boolean | Default false | Notes |
Input Owned boolean | Default false | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Pulls boolean | Default false | Notes |
Input Since string | Default | Notes Only show notifications updated after the given time |
Input Sort string | Default created | Notes What to sort results by |
Input State string | Default open | Notes Indicates the state of the issues to return |
#
Issues List AssigneesList assignees | key: issuesListAssignees
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Issues List CommentsList issue comments | key: issuesListComments
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Issue Number string / Required | Default | Notes The number that identifies the issue |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Since string | Default | Notes Only show notifications updated after the given time |
#
Issues List Comments For RepoList issue comments for a repository | key: issuesListCommentsForRepo
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Direction string | Default | Notes Either "asc" or "desc" |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Since string | Default | Notes Only show notifications updated after the given time |
Input Sort string | Default created | Notes The property to sort the results by |
#
Issues List EventsList issue events | key: issuesListEvents
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Issue Number string / Required | Default | Notes The number that identifies the issue |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Issues List Events For RepoList issue events for a repository | key: issuesListEventsForRepo
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Issues List Events For TimelineList timeline events for an issue | key: issuesListEventsForTimeline
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Issue Number string / Required | Default | Notes The number that identifies the issue |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Issues List For Authenticated UserList user account issues assigned to the authenticated user | key: issuesListForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Direction string | Default desc | Notes The direction to sort the results by |
Input Filter string | Default assigned | Notes Indicates which sorts of issues to return |
Input Labels string | Default | Notes A list of comma separated label names |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Since string | Default | Notes Only show notifications updated after the given time |
Input Sort string | Default created | Notes What to sort results by |
Input State string | Default open | Notes Indicates the state of the issues to return |
#
Issues List For OrgList organization issues assigned to the authenticated user | key: issuesListForOrg
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Direction string | Default desc | Notes The direction to sort the results by |
Input Filter string | Default assigned | Notes Indicates which sorts of issues to return |
Input Labels string | Default | Notes A list of comma separated label names |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Since string | Default | Notes Only show notifications updated after the given time |
Input Sort string | Default created | Notes What to sort results by |
Input State string | Default open | Notes Indicates the state of the issues to return |
#
Issues List For RepoList repository issues | key: issuesListForRepo
Input | Default | Notes |
---|---|---|
Input Assignee string | Default | Notes Can be the name of a user |
Input Connection connection / Required | Default | Notes |
Input Creator string | Default | Notes The user that created the issue |
Input Direction string | Default desc | Notes The direction to sort the results by |
Input Labels string | Default | Notes A list of comma separated label names |
Input Mentioned string | Default | Notes A user that"s mentioned in the issue |
Input Milestone string | Default | Notes If an "integer" is passed, it should refer to a milestone by its "number" field |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Since string | Default | Notes Only show notifications updated after the given time |
Input Sort string | Default created | Notes What to sort results by |
Input State string | Default open | Notes Indicates the state of the issues to return |
#
Issues List Labels For MilestoneList labels for issues in a milestone | key: issuesListLabelsForMilestone
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Milestone Number string / Required | Default | Notes The number that identifies the milestone |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Issues List Labels For RepoList labels for a repository | key: issuesListLabelsForRepo
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Issues List Labels On IssueList labels for an issue | key: issuesListLabelsOnIssue
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Issue Number string / Required | Default | Notes The number that identifies the issue |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
#
Issues List MilestonesList milestones | key: issuesListMilestones
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Direction string | Default asc | Notes The direction of the sort |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
Input Repo string / Required | Default | Notes The name of the repository |
Input Sort string | Default due_on | Notes What to sort results by |
Input State string | Default open | Notes The state of the milestone |
#
Issues LockLock an issue | key: issuesLock
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Issue Number string / Required | Notes The number that identifies the issue |
Input Lock Reason string | Notes The reason for locking the issue or pull request conversation |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Remove All LabelsRemove all labels from an issue | key: issuesRemoveAllLabels
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Issue Number string / Required | Notes The number that identifies the issue |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Remove AssigneesRemove assignees from an issue | key: issuesRemoveAssignees
Input | Notes |
---|---|
Input Assignees string | Notes Usernames of assignees to remove from an issue |
Input Connection connection / Required | Notes |
Input Issue Number string / Required | Notes The number that identifies the issue |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Remove LabelRemove a label from an issue | key: issuesRemoveLabel
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Issue Number string / Required | Notes The number that identifies the issue |
Input Name string / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Set LabelsSet labels for an issue | key: issuesSetLabels
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Issue Number string / Required | Notes The number that identifies the issue |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues UnlockUnlock an issue | key: issuesUnlock
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Issue Number string / Required | Notes The number that identifies the issue |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues UpdateUpdate an issue | key: issuesUpdate
Input | Notes |
---|---|
Input Assignee string | Notes Login for the user that this issue should be assigned to |
Input Assignees string | Notes Logins for Users to assign to this issue |
Input Body string | Notes The contents of the issue |
Input Connection connection / Required | Notes |
Input Issue Number string / Required | Notes The number that identifies the issue |
Input Labels string | Notes Labels to associate with this issue |
Input Milestone string | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input State string | Notes State of the issue |
Input Title string | Notes The title of the issue |
#
Issues Update CommentUpdate an issue comment | key: issuesUpdateComment
Input | Notes |
---|---|
Input Body string / Required | Notes The contents of the comment |
Input Comment Id string / Required | Notes The unique identifier of the comment |
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Update LabelUpdate a label | key: issuesUpdateLabel
Input | Notes |
---|---|
Input Color string | Notes The [hexadecimal color code](http://www |
Input Connection connection / Required | Notes |
Input Description string | Notes A short description of the label |
Input Name string / Required | Notes |
Input New Name string | Notes The new name of the label |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Issues Update MilestoneUpdate a milestone | key: issuesUpdateMilestone
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Description string | Default | Notes A description of the milestone |
Input Due On string | Default | Notes The milestone due date |
Input Milestone Number string / Required | Default | Notes The number that identifies the milestone |
Input Owner string / Required | Default | Notes The account owner of the repository |
Input Repo string / Required | Default | Notes The name of the repository |
Input State string | Default open | Notes The state of the milestone |
Input Title string | Default | Notes The title of the milestone |
#
Licenses GetGet a license | key: licensesGet
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input License string / Required | Notes |
#
Licenses Get All Commonly UsedGet all commonly used licenses | key: licensesGetAllCommonlyUsed
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Featured boolean | Default false | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Licenses Get For RepoGet the license for a repository | key: licensesGetForRepo
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Markdown RenderRender a Markdown document | key: markdownRender
Input | Default | Notes | Example |
---|---|---|---|
Input Connection connection / Required | Default | Notes | Example |
Input Context string | Default | Notes The repository context to use when creating references in "gfm" mode | Example |
Input Mode string | Default markdown | Notes The rendering mode | Example markdown |
Input Text string / Required | Default | Notes The Markdown text to render in HTML | Example |
#
Markdown Render RawRender a Markdown document in raw mode | key: markdownRenderRaw
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Meta GetGet GitHub meta information | key: metaGet
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Meta Get OctocatGet Octocat | key: metaGetOctocat
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input S string | Notes The words to show in Octocat"s speech bubble |
#
Meta Get ZenGet the Zen of GitHub | key: metaGetZen
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Meta RootGitHub API Root | key: metaRoot
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
#
Migrations Cancel ImportCancel an import | key: migrationsCancelImport
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Migrations Delete Archive For Authenticated UserDelete a user migration archive | key: migrationsDeleteArchiveForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Migration Id string / Required | Notes The unique identifier of the migration |
#
Migrations Delete Archive For OrgDelete an organization migration archive | key: migrationsDeleteArchiveForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Migration Id string / Required | Notes The unique identifier of the migration |
Input Org string / Required | Notes The organization name |
#
Migrations Download Archive For OrgDownload an organization migration archive | key: migrationsDownloadArchiveForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Migration Id string / Required | Notes The unique identifier of the migration |
Input Org string / Required | Notes The organization name |
#
Migrations Get Archive For Authenticated UserDownload a user migration archive | key: migrationsGetArchiveForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Migration Id string / Required | Notes The unique identifier of the migration |
#
Migrations Get Commit AuthorsGet commit authors | key: migrationsGetCommitAuthors
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
Input Since string | Notes A user ID |
#
Migrations Get Import StatusGet an import status | key: migrationsGetImportStatus
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Migrations Get Large FilesGet large files | key: migrationsGetLargeFiles
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Owner string / Required | Notes The account owner of the repository |
Input Repo string / Required | Notes The name of the repository |
#
Migrations Get Status For Authenticated UserGet a user migration status | key: migrationsGetStatusForAuthenticatedUser
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Exclude string | Notes |
Input Migration Id string / Required | Notes The unique identifier of the migration |
#
Migrations Get Status For OrgGet an organization migration status | key: migrationsGetStatusForOrg
Input | Notes |
---|---|
Input Connection connection / Required | Notes |
Input Exclude string | Notes Exclude attributes from the API response to improve performance |
Input Migration Id string / Required | Notes The unique identifier of the migration |
Input Org string / Required | Notes The organization name |
#
Migrations List For Authenticated UserList user migrations | key: migrationsListForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Migrations List For OrgList organization migrations | key: migrationsListForOrg
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Exclude string | Default | Notes Exclude attributes from the API response to improve performance |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Migrations List Repos For Authenticated UserList repositories for a user migration | key: migrationsListReposForAuthenticatedUser
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Migration Id string / Required | Default | Notes The unique identifier of the migration |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |
#
Migrations List Repos For OrgList repositories in an organization migration | key: migrationsListReposForOrg
Input | Default | Notes |
---|---|---|
Input Connection connection / Required | Default | Notes |
Input Migration Id string / Required | Default | Notes The unique identifier of the migration |
Input Org string / Required | Default | Notes The organization name |
Input Page string | Default 1 | Notes Page number of the results to fetch |
Input Per Page string | Default 30 | Notes The number of results per page (max 100) |