GitHubTriggerOperations Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |