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
The schema for branch and change events was updated to make the
repository non-mandatory.
Update the event version in the spec.
Update the valid spec version in the schema, so that events 0.1.1
are only available in spec 0.1.1.
Signed-off-by: Andrea Frittoli <[email protected]>
@@ -138,7 +138,7 @@ A branch inside the Repository was deleted.
138
138
139
139
A source code change was created and submitted to a repository specific branch. Examples: PullRequest sent to Github, MergeRequest sent to Gitlab, Change created in Gerrit.
@@ -152,7 +152,7 @@ A source code change was created and submitted to a repository specific branch.
152
152
153
153
Someone (user) or an automated system submitted an review to the source code change. A user or an automated system needs to be in charge of understanding how many approvals/rejections are needed for this change to be merged or rejected. The review event needs to include if the change is approved by the reviewer, more changes are needed or if the change is rejected.
0 commit comments