angular-cn/.github
Paul Gschwendtner d5b59009d4 ci: fix dev-infra incorrectly matching all ".bzl" files as codeowner (#32956)
The `dev-infra-framework` codeowners section is located after
all the codeowner sections for the individual framework packages.

This means that for certain wildcards, like `*.bzl` take precedence
over the individual package sections (like of `/packages/bazel/**`).
This can be observed in the following PR where `dev-infra` got requested
for file changes to `@angular/bazel`. #32955.

To fix this, we move the `dev-infra-framework` section before all
individual framework package sections. This means that we only match
files which are not matched by other patterns.

Additionally a pattern for `*.BAZEL` has been added to the dev-infra
section. This helps getting changes to `BUILD.bazel` files through
easier as dev-infra can review those (Note: only for bazel files which
are not matched by other patterns).

PR Close #32956
2019-10-17 16:52:31 -04:00
..
ISSUE_TEMPLATE ci: update issue template for Angular Material to be Angular Components (#32481) 2019-09-04 15:39:44 -07:00
workflows ci: fix name of lock-closed workflow (#32698) 2019-09-16 14:14:39 -07:00
CODEOWNERS ci: fix dev-infra incorrectly matching all ".bzl" files as codeowner (#32956) 2019-10-17 16:52:31 -04:00
ISSUE_TEMPLATE.md docs: new GitHub Issue templates (#26918) 2018-11-05 09:51:14 -08:00
PULL_REQUEST_TEMPLATE.md docs: fix formatting of PULL_REQUEST_TEMPLATE.md (#26512) 2018-10-17 13:09:45 -07:00
angular-robot.yml build: update exclusion list for g3 status check (#33149) 2019-10-14 23:44:09 +00:00