Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/local-actions/branch-manager/main.js

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions .github/local-actions/labels-sync/main.js

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions github-actions/branch-manager/main.js

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions github-actions/labeling/issue/main.js

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions github-actions/labeling/pull-request/main.js

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions github-actions/unified-status-check/main.js

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions ng-dev/pr/common/labels/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export class Label<T extends LabelParams = LabelParams> {
ManagedRepositories.ANGULAR_CLI,
ManagedRepositories.COMPONENTS,
ManagedRepositories.DEV_INFRA,
ManagedRepositories.RULES_ANGULAR,
ManagedRepositories.RULES_BROWSERS,
ManagedRepositories.RULES_SASS,
];
/* The label string. */
name = this.params.name;
Expand All @@ -44,7 +41,4 @@ export enum ManagedRepositories {
ANGULAR = 'angular',
ANGULAR_CLI = 'angular-cli',
DEV_INFRA = 'dev-infra',
RULES_ANGULAR = 'rules_angular',
RULES_BROWSERS = 'rules_browsers',
RULES_SASS = 'rules_sass',
}
Loading