Commit 5a99164
authored
Remove stale PR preview cleanup (#4721)
This reverts the stale PR preview cleanup. This feature removed previews
for open PRs that have been inactive for over two weeks.
We decided to remove it for the following reasons:
1. We originally introduced this to improve the reliability and speed of
preview deployments. However, we're not sure it makes a noticeable
difference; there are usually only one or two stale previews at any one
point in time (vs ~20-30 previews in total).
2. Even with the small number of stale previews, the expiration has
inconvenienced writers who needed to share previews with stakeholders.
3. The final straw is that the tests are broken in a really nasty way:
They fail on the GitHub actions MacOS runner but pass on our local MacOS
machines. When I deleted the failing test to debug things, the Windows
runner started showing even more crazy errors. I have no idea what's
causing it but it's related to the `datetime` library and I think it's
going to take a lot of time to fix. I also think there's a real risk the
code is actually broken and it's not just a test problem. With points 1
& 2, we decided to just remove the feature.1 parent d102d7a commit 5a99164
2 files changed
+8
-131
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | | - | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 32 | | |
39 | 33 | | |
40 | 34 | | |
| |||
63 | 57 | | |
64 | 58 | | |
65 | 59 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
118 | 63 | | |
119 | | - | |
120 | | - | |
| 64 | + | |
| 65 | + | |
121 | 66 | | |
122 | 67 | | |
123 | | - | |
124 | | - | |
| 68 | + | |
125 | 69 | | |
126 | | - | |
| 70 | + | |
127 | 71 | | |
128 | 72 | | |
129 | 73 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | 74 | | |
138 | 75 | | |
139 | 76 | | |
140 | 77 | | |
141 | 78 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
0 commit comments