Add a comment to a specific issue according to the gitIssueInfos
param
Add a comment to a specific Pull Request / Merge Request according to the gitCommentPRInfos
param
Create an Issue whose attributes are specify by the gitCommitStatusInfos
param
Create a Pull Request / Merge Request whose attributes are specify by the gitCreatePRInfos
param
Add a Webhook to the repository listening all events
Delete the brachName
branch
Remove a particular file describe in gitFileInfos
Get Issues with custom filters
Get Pull Requests with custom filters
Merge a Pull Request specify in gitMergePRInfos
Initialize gitApi
and gitToken
env. variables on new webhook
by reading the corresponding config.env
file
Update a specific commit's status according to the gitCommitStatusInfos
param
Update an issue partially
Update a Pull Request partially
Generated using TypeDoc
Provide methods that must be implement by
GithubService
andGitlabService
to interact withgit
repository