angular-cn/dev-infra/pr/check-target-branches
Paul Gschwendtner 279e63f65f refactor(dev-infra): update octokit to latest version v18 (#42666)
We previously held off with updating Octokit to v18 due to
their more noticable issues with typings. This commit updates
us to the latest version in order to take advantage of the new
pagination API (which is also strongly-typed), and to not fall
behind too much over time (Octokit seems to change quite often..)

We work around the problem with the types for `getContent` by just
using a type cast with a TODO (and link to the issue). Similarly we
work around a problem where the Octokit types have an incorrect type
for the name of the labels array in an API response.

PR Close #42666
2021-06-29 10:33:54 -07:00
..
BUILD.bazel feat(dev-infra): provide tooling to check what branches a pr targets (#39504) 2020-11-03 14:55:24 -08:00
check-target-branches.ts refactor(dev-infra): update octokit to latest version v18 (#42666) 2021-06-29 10:33:54 -07:00
cli.ts refactor(dev-infra): separate retrieving targeted branches from printing them (#39897) 2020-12-08 08:54:08 -08:00