GitHubTriggerOperations Class

Definition

Trigger operation name constants for the GitHub connector. Use these constants with the [ConnectorTrigger] attribute's OperationName property and with the Connector Namespace TriggerConfig operationName field.

public static class GitHubTriggerOperations
type GitHubTriggerOperations = class
Public Class GitHubTriggerOperations
Inheritance
GitHubTriggerOperations

Fields

Name Description
OnIssueAssigned

When an issue is assigned to me. Payload type: GitHubOnIssueAssignedTriggerPayload.

OnIssueClosed

When an issue assigned to me is closed. Payload type: GitHubOnIssueClosedTriggerPayload.

OnIssueOpened

When a new issue is opened and assigned to me. Payload type: GitHubOnIssueOpenedTriggerPayload.

OnWebhookPullRequestTrigger

When a pull request is created or modified.

Applies to