Chao Dai
Chao Dai
Linear values are json formatted, but in fact it's string in yaml config, which makes it impossible to `kubectl patch` a single field. For example: ``` data: linear: |- {...
This PR implements the provider interface, but not hooked up yet. Intentionally left `mergePRs` method unimplemented as I would expect it to start with dry-run for a bit. Foreseeable remaining...
There is no need to keep going when an error occurred
Have encountered integration test kept going when there is a malformed config, the trailing ampersand feels like the reason why errors were swallowed /cc @listx
**What happened**: Browser halt when clicking on "Show all hidden lines" with large build log **What you expected to happen**: Not halt **How to reproduce it (as minimally and precisely...
**What happened**: - PR had both `tide/merge-method-squash` and `tide/merge-method-merge` label - The PR had both approved and lgtm labels - Tide refused to merge it, the GH status is "need...
This serves two purposes: - Saving prompts until later to be more friendly with existing project/build cluster etc. - Add `get` before `create` commands, so that user doesn't need to...
**What should be cleaned up or changed**: `ListTeamMembers` should be replaced with `ListTeamMembersBySlug` everywhere **Provide any links for context**: - `ListTeamMembers` is deprecated according to https://github.blog/changelog/2022-02-22-sunset-notice-deprecated-teams-api-endpoints/ **Extra info**: Search the...
This is used when a prowjob is so expensive that it's not ideal to run on every single push from all PRs. These jobs can be set to not automatically...