This app integrates with GitHub to support various investigative and issue-based actions
Supported Actions
- test connectivity: test connectivity
- make request: Execute an arbitrary HTTP request against the GitHub API.
Handles both authentication modes configured on the asset: personal access
token and OAuth Bearer token. The endpoint is appended to
https://api.github.com — do not include the base URL.
- add collaborator: Add user as a collaborator to repo
- add labels: Add label(s) to an issue on the GitHub repository
- add member: Add user in a team
- create comment: Create a comment for an issue on the GitHub repository
- create issue: Create an issue for the GitHub repository
- get issue: Retrieve an issue for the GitHub repository
- list comments: List comments for an issue on the GitHub repository
- list events: List events performed by a user
- list issues: Get a list of issues for the GitHub repository
- list organizations: List all organizations
- list repos: List all repos of an organization
- list teams: List all teams of an organization
- list users: List users of an organization
- remove collaborator: Remove user as a collaborator from the repo
- remove member: Remove user from the team
- update issue: Update an issue for the GitHub repository