my-endgame.github-issues 5.8 KB
Newer Older
1 2 3 4
[
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
5
    "value": "#### Macros"
6 7 8 9
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
10
    "value": "$REPOS=repo:microsoft/vscode repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-js-debug repo:microsoft/vscode-remote-release repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-settings-sync-server repo:microsoft/vscode-remotehub\n\n$MILESTONE=milestone:\"July 2021\"\n\n$MINE=assignee:@me"
11 12 13 14
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
15
    "value": "# Preparation"
16
  },
L
Ladislau Szomoru 已提交
17 18 19
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
20
    "value": "## Open Pull Requests on the Milestone"
L
Ladislau Szomoru 已提交
21 22 23 24
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
25
    "value": "$REPOS $MILESTONE $MINE is:pr is:open"
L
Ladislau Szomoru 已提交
26
  },
27 28 29
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
30
    "value": "## Open Issues on the Milestone"
31 32 33 34
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
35
    "value": "$REPOS $MILESTONE $MINE is:issue is:open -label:iteration-plan -label:endgame-plan -label:testplan-item"
36 37 38 39
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
40
    "value": "## Feature Requests Missing Labels"
41 42 43 44
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
45
    "value": "$REPOS $MILESTONE $MINE is:issue is:closed label:feature-request -label:verification-needed -label:on-testplan -label:verified -label:*duplicate"
46 47 48 49
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
50
    "value": "## Test Plan Items"
51 52 53 54
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
55
    "value": "$REPOS $MILESTONE is:issue is:open author:@me label:testplan-item"
56 57 58 59
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
60
    "value": "## Verification Needed"
61 62 63 64
  },
  {
    "kind": 2,
    "language": "github-issues",
65
    "value": "$REPOS $MILESTONE $MINE is:issue is:closed label:feature-request label:verification-needed -label:verified"
66 67 68 69
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
70
    "value": "# Testing"
71 72 73 74
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
75
    "value": "## Test Plan Items"
76 77 78 79
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
80
    "value": "$REPOS $MILESTONE $MINE is:issue is:open label:testplan-item"
81 82 83 84
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
85
    "value": "## Verification Needed"
86 87 88 89
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
90
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed -assignee:@me -label:verified -label:z-author-verified label:feature-request label:verification-needed"
91 92 93 94
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
95
    "value": "# Fixing"
96 97 98 99
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
100
    "value": "## Open Issues"
101 102 103 104
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
105
    "value": "$REPOS $MILESTONE $MINE is:issue is:open -label:endgame-plan -label:testplan-item -label:iteration-plan"
106 107 108 109
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
110
    "value": "## Open Bugs"
111 112 113 114
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
115
    "value": "$REPOS $MILESTONE $MINE is:issue is:open label:bug"
116 117 118 119
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
120
    "value": "# Verification"
121 122 123 124
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
125
    "value": "## My Issues (verification-steps-needed)"
126 127 128 129
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
130
    "value": "$REPOS $MILESTONE $MINE is:issue label:bug label:verification-steps-needed"
131 132 133 134
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
135
    "value": "## My Issues (verification-found)"
136 137 138 139
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
140
    "value": "$REPOS $MILESTONE $MINE is:issue label:bug label:verification-found"
141 142 143 144
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
145
    "value": "## Issues filed by me"
146 147 148 149
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
150
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed author:@me sort:updated-asc label:bug -label:verified -label:z-author-verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found"
151 152 153 154
  },
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
155
    "value": "## Issues filed from outside team"
156 157 158 159
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Logan Ramos 已提交
160
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed sort:updated-asc label:bug -label:verified -label:z-author-verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found -author:aeschli -author:alexdima -author:alexr00 -author:AmandaSilver -author:bamurtaugh -author:bpasero -author:btholt -author:chrisdias -author:chrmarti -author:Chuxel -author:connor4312 -author:dbaeumer -author:deepak1556 -author:devinvalenciano -author:digitarald -author:eamodio -author:egamma -author:fiveisprime -author:gregvanl -author:isidorn -author:ItalyPaleAle -author:JacksonKearl -author:joaomoreno -author:jrieken -author:kieferrm -author:lszomoru -author:meganrogge -author:misolori -author:mjbvz -author:ornellaalt -author:orta -author:rebornix -author:RMacfarlane -author:roblourens -author:rzhao271 -author:sana-ajani -author:sandy081 -author:sbatten -author:stevencl -author:Tyriar -author:weinand -author:TylerLeonhardt -author:lramos15 -author:hediet"
161
  },
162 163 164
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
165
    "value": "## Issues filed by others"
166 167 168 169
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
170
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed -author:@me sort:updated-asc label:bug -label:verified -label:z-author-verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found"
171
  },
172 173 174
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
175
    "value": "# Release Notes"
176 177 178 179
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
180
    "value": "repo:microsoft/vscode $MILESTONE $MINE is:issue is:closed label:feature-request -label:on-release-notes"
181 182
  }
]