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
Description: "A current state of the pull request. Can be one of \"MERGED\", \"SUPERSEDED\", \"OPEN\" and \"DECLINED\".",
49
49
Type: proto.ColumnType_STRING,
50
50
},
51
+
{
52
+
Name: "destination",
53
+
Description: "Details of the target branch where the pull request is intended to be merged, including branch name, latest commit metadata, and destination repository information.",
54
+
Type: proto.ColumnType_JSON,
55
+
},
56
+
{
57
+
Name: "source",
58
+
Description: "Details of the source branch where the pull request originates from, including branch name, latest commit metadata, and source repository information.",
0 commit comments