@@ -193,23 +193,23 @@ type RunListOptions struct {
193
193
ListOptions
194
194
195
195
// Optional: Username of user who created the run
196
- // **Note: This option is not GA and subject to change**
196
+ // **Note: This API is still in BETA and is subject to change. **
197
197
Name string `url:"search[name],omitempty"`
198
198
199
199
// Optional: Commit SHA for runs triggered via a vcs event
200
- // **Note: This option is not GA and subject to change**
200
+ // **Note: This API is still in BETA and is subject to change. **
201
201
Commit string `url:"search[commit],omitempty"`
202
202
203
203
// Optional: Current status of the run
204
- // **Note: This option is not GA and subject to change**
204
+ // **Note: This API is still in BETA and is subject to change. **
205
205
Status string `url:"filter[status],omitempty"`
206
206
207
207
// Optional: Source that triggered the run
208
- // **Note: This option is not GA and subject to change**
208
+ // **Note: This API is still in BETA and is subject to change. **
209
209
Source string `url:"filter[source],omitempty"`
210
210
211
211
// Optional: Operation type for the run
212
- // **Note: This option is not GA and subject to change**
212
+ // **Note: This API is still in BETA and is subject to change. **
213
213
Operation string `url:"filter[operation],omitempty"`
214
214
215
215
// Optional: A list of relations to include. See available resources:
0 commit comments