Reference for all webhook events that DeepSource can send to your integration.
summary
attribute to be empty.
Event shortcode: analysis_run.started
data.object
is an AnalysisRun
.
checks
). The last check in the list is the check that triggered this event.
Event shortcode: analysis_run.updated
data.object
is an AnalysisRun
.
autofix_run.started
data.object
is an AutofixRun
.
autofix_run.updated
data.object
is an AutofixRun
.
repository.analysis.activated
data.object
is a Repository
.
repository.analysis.deactivated
data.object
is a Repository
.
This event is triggered when analysis is deactivated on a repository.
repository_issue.introduced
data.object
is a RepositoryIssue
.
data.issueOccurrencesIntroduced
is the total count of issue occurrences introduced in the commit.
This event is triggered whenever an issue has been detected in the default branch of the repository.
For instance, if 3 occurrences of issue X and 5 occurrences of issue Y are introduced in the default branch after a commit, two events, one for each issue will be triggered.
This event is not triggered for full runs on the default branch. A full run is when your repository’s full code base is analyzed. This happens, e.g., when the repository is (re)activated, or if the .deepsource.toml
gets updated. This is to prevent noise which can arise from a large number of issues being reported in such runs.
.deepsource.toml
gets updated. This is to prevent noise that can arise from a large number of issues being reported in such runs.
Event shortcode: repository_issue.resolved
data.object
is a RepositoryIssue
.`
data.issueOccurrencesResolved
is the total count of issue occurrences resolved in the commit.
data.object.occurrences
will always be an empty list.
team_member.added
data.object
is a TeamMember
.
team_member.removed
data.object
is a TeamMember
.
This event is triggered when a team member is removed.
team_member.updated
data.object
is a TeamMember
.
data.oldRole
is the user’s old role in the team.
data.newRole
is the user’s new role in the team.
test.event