GitHub
Integration to GitHub API.
- Category
- Utilities
- Pack
- GitHub
Configuration parameters
- isFetch — Fetch incidents
- fetch_object — Select an Issue or Pull requests to Fetch
- url — Server URL
- api_token —
- credentials — Credentials
- user — Username of the repository owner, for example: github.com/repos/{_owner_}/{repo}/issues
- repository — The name of the requested repository
- fetch_time — First fetch interval (in days)
- proxy — Use system proxy settings
- insecure — Trust any certificate (not secure)
- incidentType — Incident type
- incidentFetchInterval — Incidents Fetch Interval
- integration_id — GitHub app integration ID
- installation_id — GitHub app installation ID
- token — API Token
Commands (97)
- GitHub-add-assignee — Deprecated. 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-board — Deprecated. Use ***github-add-issue-to-project-board*** instead. Adds an Issue as a card in column of a spesific project.
- GitHub-add-label — Deprecated. Use ***github-add-label*** instead. Adds labels to an issue.
- GitHub-cancel-workflow — Deprecated. Use ***github-cancel-workflow*** instead. Cancels a GitHub workflow.
- GitHub-close-issue — Deprecated. Use ***github-close-issue*** instead. Closes an existing issue.
- GitHub-create-branch — Deprecated. Use ***github-create-branch*** instead. Create a new branch.
- GitHub-create-comment — Deprecated. Use ***github-create-comment*** instead. Creates a comment for a given issue.
- GitHub-create-issue — Deprecated. Use ***github-create-issue*** instead. Creates an issue in GitHub.
- GitHub-create-pull-request — Deprecated. Use ***github-create-pull-request*** instead. Creates a new pull request.
- GitHub-create-release — Deprecated. Use ***github-create-release*** instead. Create a release.
- GitHub-delete-branch — Deprecated. Use ***github-delete-branch*** instead. Deletes a branch.
- GitHub-delete-comment — Deprecated. Use ***github-delete-comment*** instead. Deletes a comment.
- GitHub-delete-file — Deprecated. Use ***github-delete-file*** instead. Delete a file on a Github branch.
- GitHub-get-branch — Deprecated. Use ***github-get-branch*** instead. Gets a branch.
- GitHub-get-commit — Deprecated. Use ***github-get-commit*** instead. Gets a commit.
- GitHub-get-download-count — Deprecated. Use ***github-get-download-count*** instead. Returns the total number of downloads for all releases for the specified repository.
- GitHub-get-file-content — Deprecated. Use ***github-get-file-content*** instead. Gets the content of a file from GitHub.
- GitHub-get-path-data — Deprecated. Use ***github-get-path-data*** instead. Gets the data of the a given path.
- GitHub-get-pull-request — Deprecated. Use ***github-get-pull-request*** instead. Gets a pull request.
- GitHub-get-stale-prs — Deprecated. Use ***github-get-stale-prs*** instead. Gets inactive pull requests.
- GitHub-get-team-membership — Deprecated. Use ***github-get-team-membership*** instead. Retrieves a user membership status with a team.
- GitHub-is-pr-merged — Deprecated. 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-issues — Deprecated. Use ***github-list-all-issues*** instead. Lists all issues that the user has access to view.
- GitHub-list-all-projects — Deprecated. Use ***github-list-all-projects*** instead. Lists all issues that the user has access to view.
- GitHub-list-branch-pull-requests — Deprecated. Use ***github-list-branch-pull-requests*** instead. Gets pull requests corresponding to the given branch name.
- GitHub-list-issue-comments — Deprecated. Use ***github-list-issue-comments*** instead. Lists comments on an issue.
- GitHub-list-pr-files — Deprecated. Use ***github-list-pr-files*** instead. Lists the pull request files.
- GitHub-list-pr-review-comments — Deprecated. Use ***github-list-pr-review-comments*** instead. Lists all the review comments for a pull request.
- GitHub-list-pr-reviews — Deprecated. Use ***github-list-pr-reviews*** instead. Lists reviews on a pull request.
- GitHub-list-team-members — Deprecated. Use ***github-list-team-members*** instead. Lists team members.
- GitHub-list-teams — Deprecated. 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-workflows — Deprecated. Use ***github-list-workflows*** instead. Returns a list of GitHub workflows on a given repository.
- GitHub-releases-list — Deprecated. Use ***github-releases-list*** instead. Gets releases data from a given repository and organization.
- GitHub-request-review — Deprecated. Use ***github-request-review*** instead. Requests reviews from GitHub users for a given pull request.
- GitHub-search-code — Deprecated. Use ***github-search-code*** instead. Searches for code in repositories that match a given query.
- GitHub-search-issues — Deprecated. Use ***github-search-issues*** instead. Searches for and returns issues that match a given query.
- GitHub-trigger-workflow — Deprecated. Use ***github-trigger-workflow*** instead. Triggers a GitHub workflow on a given repository and workflow.
- GitHub-update-comment — Deprecated. Use ***github-update-comment*** instead. Update an already existing comment.
- GitHub-update-issue — Deprecated. Use ***github-update-issue*** instead. Updates the parameters of a specified issue.
- GitHub-update-pull-request — Deprecated. Use ***github-update-pull-request*** instead. Updates a pull request in a repository.
- Github-commit-file — Deprecated. Use ***github-commit-file*** instead. Commits a given file.
- Github-get-check-run — Deprecated. Use ***github-get-check-run*** instead. Gets a check run details.
- Github-get-github-actions-usage — Deprecated. Use ***github-get-github-actions-usage*** instead. Gets the usage details of GitHub action workflows of private repositories by repository owner.
- Github-list-files — Deprecated. Use ***github-list-files*** instead. Gets list of files from the given path in the repository.
- Github-list-issue-events — Deprecated. Use ***github-list-issue-events*** instead. Returns events corresponding to the given issue.
- github-add-assignee — Adds up to 10 assignees to an issue/PR. Users already assigned to an issue are not replaced.
- github-add-issue-to-project-board — Adds an Issue as a card in column of a spesific project.
- github-add-label — Adds labels to an issue.
- github-cancel-workflow — Cancels a GitHub workflow.
- github-close-issue — Closes an existing issue.
- github-commit-file — Commits a given file.
- github-create-branch — Create a new branch.
- github-create-comment — Creates a comment for a given issue.
- github-create-issue — Creates an issue in GitHub.
- github-create-pull-request — Creates a new pull request.
- github-create-release — Create a release.
- github-delete-actions-artifact — Deletes a GitHub Actions artifact.
- github-delete-actions-cache — Deletes a GitHub Actions cache entry.
- github-delete-branch — Deletes a branch.
- github-delete-comment — Deletes a comment.
- github-delete-file — Delete a file on a Github branch.
- github-get-branch — Gets a branch.
- github-get-check-run — Gets a check run details.
- github-get-commit — Gets a commit.
- github-get-download-count — Returns the total number of downloads for all releases for the specified repository.
- github-get-file-content — Gets the content of a file from GitHub.
- github-get-github-actions-usage — Gets the usage details of GitHub action workflows of private repositories by repository owner.
- github-get-path-data — Gets the data of the a given path.
- github-get-pull-request — Gets a pull request.
- github-get-stale-prs — Gets inactive pull requests.
- github-get-team-membership — Retrieves a user membership status with a team.
- github-get-workflow-run — Gets a specific workflow run (dispatched event) in a repository.
- github-is-pr-merged — 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-actions-artifacts — Lists GitHub Actions artifacts for a repository.
- github-list-actions-caches — Lists GitHub Actions caches for a repository.
- github-list-all-issues — Lists all issues that the user has access to view.
- github-list-all-projects — Lists all issues that the user has access to view.
- github-list-branch-pull-requests — Gets pull requests corresponding to the given branch name.
- github-list-files — Gets list of files from the given path in the repository.
- github-list-issue-comments — Lists comments on an issue.
- github-list-issue-events — Returns events corresponding to the given issue.
- github-list-organization-repositories — Lists repositories for the specified organization.
- github-list-pr-files — Lists the pull request files.
- github-list-pr-review-comments — Lists all the review comments for a pull request.
- github-list-pr-reviews — Lists reviews on a pull request.
- github-list-team-members — Lists team members.
- github-list-teams — Lists the teams for an organization. Note that this API call is only available to authenticated members of the organization.
- github-list-workflows — Returns a list of GitHub workflows on a given repository.
- github-releases-list — Gets releases data from a given repository and organization.
- github-request-review — Requests reviews from GitHub users for a given pull request.
- github-revoke-credentials — Revoke 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-code — Searches for code in repositories that match a given query.
- github-search-issues — Searches for and returns issues that match a given query.
- github-trigger-workflow — Triggers a GitHub workflow on a given repository and workflow.
- github-update-comment — Update an already existing comment.
- github-update-issue — Updates the parameters of a specified issue.
- github-update-pull-request — Updates a pull request in a repository.