You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/pipelines/triggers/git-triggers.md
+40-9Lines changed: 40 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,8 @@ For a description of the events, see [GitHub documentation](https://docs.github.
92
92
* Pull Request review requested
93
93
* Pull Request review request removed
94
94
* Pull Request labeled
95
+
* Pull Request unlabeled
96
+
* Pull Request synchronized
95
97
* Pull Request comment added (restricted)
96
98
* Pull Request comment added
97
99
* Release
@@ -108,17 +110,46 @@ For a description of the events, see [Azure DevOps documentation](https://learn.
108
110
* Pull request updated
109
111
110
112
111
-
####Bitbucket trigger events
113
+
####BitbucketCloudtrigger events
112
114
113
-
For a description of the events, see[Bitbucketdocumentation](https://support.atlassian.com/jira-cloud-administration/docs/understand-workflow-triggers/){:target="\_blank"} and also[Event payloads](https://support.atlassian.com/bitbucket-cloud/docs/event-payloads/){:target="\_blank"}.
115
+
For a description of the events and their payload, see[BitbucketCloud documentation](https://support.atlassian.com/bitbucket-cloud/docs/event-payloads/){:target="\_blank"}.
114
116
115
-
* Push new branch
116
-
* Pull Request approved
117
-
* Pull Request approval removed
118
-
* Pull Request declined
119
-
* Pull Request comment created
120
-
* Pull Request comment updated
121
-
* Pull Request comment deleted
117
+
* Commit
118
+
* Push tags
119
+
* Push new branch
120
+
* Any Pull Request event
121
+
* Pull request created
122
+
* Pull request updated
123
+
* Pull request approved
124
+
* Pull request approval
125
+
* Pull request merged
126
+
* Pull request declined
127
+
* Pull request comment created
128
+
* Pull request comment updated
129
+
* Pull request comment deleted
130
+
131
+
132
+
####Bitbucket Server trigger events
133
+
134
+
For a description of the events and their payload, see[Bitbucket Server documentation]https://confluence.atlassian.com/bitbucketserver/event-payload-938025882.html){:target="\_blank"}.