Configuration parameters
isFetch— Fetch incidentsfetch_object— Select an Issue or Pull requests to Fetchurl— Server URLapi_token—credentials— Credentialsuser— Username of the repository owner, for example: github.com/repos/{_owner_}/{repo}/issuesrepository— The name of the requested repositoryfetch_time— First fetch interval (in days)proxy— Use system proxy settingsinsecure— Trust any certificate (not secure)incidentType— Incident typeintegration_id— GitHub app integration IDinstallation_id— GitHub app installation IDtoken— API Token
Commands (97)
-
GitHub-add-assigneeDeprecatedDeprecated. Use ***github-add-assignee*** instead. Adds up to 10 assignees to an issue/PR. Users already assigned to an issue are not replaced.
-
GitHub-add-issue-to-project-boardDeprecatedDeprecated. Use ***github-add-issue-to-project-board*** instead. Adds an Issue as a card in column of a spesific project.
-
GitHub-add-labelDeprecatedDeprecated. Use ***github-add-label*** instead. Adds labels to an issue.
-
GitHub-cancel-workflowDeprecatedDeprecated. Use ***github-cancel-workflow*** instead. Cancels a GitHub workflow.
-
GitHub-close-issueDeprecatedDeprecated. Use ***github-close-issue*** instead. Closes an existing issue.
-
GitHub-create-branchDeprecatedDeprecated. Use ***github-create-branch*** instead. Create a new branch.
-
GitHub-create-commentDeprecatedDeprecated. Use ***github-create-comment*** instead. Creates a comment for a given issue.
-
GitHub-create-issueDeprecatedDeprecated. Use ***github-create-issue*** instead. Creates an issue in GitHub.
-
GitHub-create-pull-requestDeprecatedDeprecated. Use ***github-create-pull-request*** instead. Creates a new pull request.
-
GitHub-create-releaseDeprecatedDeprecated. Use ***github-create-release*** instead. Create a release.
-
GitHub-delete-branchDeprecatedDeprecated. Use ***github-delete-branch*** instead. Deletes a branch.
-
GitHub-delete-commentDeprecatedDeprecated. Use ***github-delete-comment*** instead. Deletes a comment.
-
GitHub-delete-fileDeprecatedDeprecated. Use ***github-delete-file*** instead. Delete a file on a Github branch.
-
GitHub-get-branchDeprecatedDeprecated. Use ***github-get-branch*** instead. Gets a branch.
-
GitHub-get-commitDeprecatedDeprecated. Use ***github-get-commit*** instead. Gets a commit.
-
GitHub-get-download-countDeprecatedDeprecated. Use ***github-get-download-count*** instead. Returns the total number of downloads for all releases for the specified repository.
-
GitHub-get-file-contentDeprecatedDeprecated. Use ***github-get-file-content*** instead. Gets the content of a file from GitHub.
-
GitHub-get-path-dataDeprecatedDeprecated. Use ***github-get-path-data*** instead. Gets the data of the a given path.
-
GitHub-get-pull-requestDeprecatedDeprecated. Use ***github-get-pull-request*** instead. Gets a pull request.
-
GitHub-get-stale-prsDeprecatedDeprecated. Use ***github-get-stale-prs*** instead. Gets inactive pull requests.
-
GitHub-get-team-membershipDeprecatedDeprecated. Use ***github-get-team-membership*** instead. Retrieves a user membership status with a team.
-
GitHub-is-pr-mergedDeprecatedDeprecated. Use ***github-is-pr-merged*** instead. Returns a merged pull request. If the pull request has been merged, the API returns 'Status: 204 No Content'. If the pull request has not been merged the API returns 'Status: 404 Not Found'.
-
GitHub-list-all-issuesDeprecatedDeprecated. Use ***github-list-all-issues*** instead. Lists all issues that the user has access to view.
-
GitHub-list-all-projectsDeprecatedDeprecated. Use ***github-list-all-projects*** instead. Lists all issues that the user has access to view.
-
GitHub-list-branch-pull-requestsDeprecatedDeprecated. Use ***github-list-branch-pull-requests*** instead. Gets pull requests corresponding to the given branch name.
-
GitHub-list-issue-commentsDeprecatedDeprecated. Use ***github-list-issue-comments*** instead. Lists comments on an issue.
-
GitHub-list-pr-filesDeprecatedDeprecated. Use ***github-list-pr-files*** instead. Lists the pull request files.
-
GitHub-list-pr-review-commentsDeprecatedDeprecated. Use ***github-list-pr-review-comments*** instead. Lists all the review comments for a pull request.
-
GitHub-list-pr-reviewsDeprecatedDeprecated. Use ***github-list-pr-reviews*** instead. Lists reviews on a pull request.
-
GitHub-list-team-membersDeprecatedDeprecated. Use ***github-list-team-members*** instead. Lists team members.
-
GitHub-list-teamsDeprecatedDeprecated. Use ***github-list-teams*** instead. Lists the teams for an organization. Note that this API call is only available to authenticated members of the organization.
-
GitHub-list-workflowsDeprecatedDeprecated. Use ***github-list-workflows*** instead. Returns a list of GitHub workflows on a given repository.
-
GitHub-releases-listDeprecatedDeprecated. Use ***github-releases-list*** instead. Gets releases data from a given repository and organization.
-
GitHub-request-reviewDeprecatedDeprecated. Use ***github-request-review*** instead. Requests reviews from GitHub users for a given pull request.
-
GitHub-search-codeDeprecatedDeprecated. Use ***github-search-code*** instead. Searches for code in repositories that match a given query.
-
GitHub-search-issuesDeprecatedDeprecated. Use ***github-search-issues*** instead. Searches for and returns issues that match a given query.
-
GitHub-trigger-workflowDeprecatedDeprecated. Use ***github-trigger-workflow*** instead. Triggers a GitHub workflow on a given repository and workflow.
-
GitHub-update-commentDeprecatedDeprecated. Use ***github-update-comment*** instead. Update an already existing comment.
-
GitHub-update-issueDeprecatedDeprecated. Use ***github-update-issue*** instead. Updates the parameters of a specified issue.
-
GitHub-update-pull-requestDeprecatedDeprecated. Use ***github-update-pull-request*** instead. Updates a pull request in a repository.
-
Github-commit-fileDeprecatedDeprecated. Use ***github-commit-file*** instead. Commits a given file.
-
Github-get-check-runDeprecatedDeprecated. Use ***github-get-check-run*** instead. Gets a check run details.
-
Github-get-github-actions-usageDeprecatedDeprecated. Use ***github-get-github-actions-usage*** instead. Gets the usage details of GitHub action workflows of private repositories by repository owner.
-
Github-list-filesDeprecatedDeprecated. Use ***github-list-files*** instead. Gets list of files from the given path in the repository.
-
Github-list-issue-eventsDeprecatedDeprecated. Use ***github-list-issue-events*** instead. Returns events corresponding to the given issue.
-
github-add-assigneeAdds up to 10 assignees to an issue/PR. Users already assigned to an issue are not replaced.
-
github-add-issue-to-project-boardAdds an Issue as a card in column of a spesific project.
-
github-add-labelAdds labels to an issue.
-
github-cancel-workflowCancels a GitHub workflow.
-
github-close-issueCloses an existing issue.
-
github-commit-fileCommits a given file.
-
github-create-branchCreate a new branch.
-
github-create-commentCreates a comment for a given issue.
-
github-create-issueCreates an issue in GitHub.
-
github-create-pull-requestCreates a new pull request.
-
github-create-releaseCreate a release.
-
github-delete-actions-artifactDeletes a GitHub Actions artifact.
-
github-delete-actions-cacheDeletes a GitHub Actions cache entry.
-
github-delete-branchDeletes a branch.
-
github-delete-commentDeletes a comment.
-
github-delete-fileDelete a file on a Github branch.
-
github-get-branchGets a branch.
-
github-get-check-runGets a check run details.
-
github-get-commitGets a commit.
-
github-get-download-countReturns the total number of downloads for all releases for the specified repository.
-
github-get-file-contentGets the content of a file from GitHub.
-
github-get-github-actions-usageGets the usage details of GitHub action workflows of private repositories by repository owner.
-
github-get-path-dataGets the data of the a given path.
-
github-get-pull-requestGets a pull request.
-
github-get-stale-prsGets inactive pull requests.
-
github-get-team-membershipRetrieves a user membership status with a team.
-
github-get-workflow-runGets a specific workflow run (dispatched event) in a repository.
-
github-is-pr-mergedReturns a merged pull request. If the pull request has been merged, the API returns 'Status: 204 No Content'. If the pull request has not been merged the API returns 'Status: 404 Not Found'.
-
github-list-actions-artifactsLists GitHub Actions artifacts for a repository.
-
github-list-actions-cachesLists GitHub Actions caches for a repository.
-
github-list-all-issuesLists all issues that the user has access to view.
-
github-list-all-projectsLists all issues that the user has access to view.
-
github-list-branch-pull-requestsGets pull requests corresponding to the given branch name.
-
github-list-filesGets list of files from the given path in the repository.
-
github-list-issue-commentsLists comments on an issue.
-
github-list-issue-eventsReturns events corresponding to the given issue.
-
github-list-organization-repositoriesLists repositories for the specified organization.
-
github-list-pr-filesLists the pull request files.
-
github-list-pr-review-commentsLists all the review comments for a pull request.
-
github-list-pr-reviewsLists reviews on a pull request.
-
github-list-team-membersLists team members.
-
github-list-teamsLists the teams for an organization. Note that this API call is only available to authenticated members of the organization.
-
github-list-workflowsReturns a list of GitHub workflows on a given repository.
-
github-releases-listGets releases data from a given repository and organization.
-
github-request-reviewRequests reviews from GitHub users for a given pull request.
-
github-revoke-credentialsRevoke exposed GitHub credentials (tokens) via the GitHub credential revocation API. This endpoint is unauthenticated by design and does not use the configured token. Limited to 60 unauthenticated requests per hour.
-
github-search-codeSearches for code in repositories that match a given query.
-
github-search-issuesSearches for and returns issues that match a given query.
-
github-trigger-workflowTriggers a GitHub workflow on a given repository and workflow.
-
github-update-commentUpdate an already existing comment.
-
github-update-issueUpdates the parameters of a specified issue.
-
github-update-pull-requestUpdates a pull request in a repository.