File tree 6 files changed +36
-0
lines changed
commit-message-based-labels
6 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -62489,6 +62489,12 @@ var managedLabels = createTypedObject(ManagedLabel)({
62489
62489
name: "area: zones",
62490
62490
commitCheck: (c) => c.scope === "zone.js",
62491
62491
repositories: [ManagedRepositories.ANGULAR]
62492
+ },
62493
+ DETECTED_LOCALIZE_CHANGE: {
62494
+ description: "Issues related to localization and internationalization",
62495
+ name: "area: i18n",
62496
+ commitCheck: (c) => c.scope === "localize",
62497
+ repositories: [ManagedRepositories.ANGULAR]
62492
62498
}
62493
62499
});
62494
62500
Original file line number Diff line number Diff line change @@ -45913,6 +45913,12 @@ var managedLabels = createTypedObject(ManagedLabel)({
45913
45913
name: "area: zones",
45914
45914
commitCheck: (c) => c.scope === "zone.js",
45915
45915
repositories: [ManagedRepositories.ANGULAR]
45916
+ },
45917
+ DETECTED_LOCALIZE_CHANGE: {
45918
+ description: "Issues related to localization and internationalization",
45919
+ name: "area: i18n",
45920
+ commitCheck: (c) => c.scope === "localize",
45921
+ repositories: [ManagedRepositories.ANGULAR]
45916
45922
}
45917
45923
});
45918
45924
Original file line number Diff line number Diff line change @@ -45913,6 +45913,12 @@ var managedLabels = createTypedObject(ManagedLabel)({
45913
45913
name: "area: zones",
45914
45914
commitCheck: (c) => c.scope === "zone.js",
45915
45915
repositories: [ManagedRepositories.ANGULAR]
45916
+ },
45917
+ DETECTED_LOCALIZE_CHANGE: {
45918
+ description: "Issues related to localization and internationalization",
45919
+ name: "area: i18n",
45920
+ commitCheck: (c) => c.scope === "localize",
45921
+ repositories: [ManagedRepositories.ANGULAR]
45916
45922
}
45917
45923
});
45918
45924
Original file line number Diff line number Diff line change @@ -46378,6 +46378,12 @@ var managedLabels = createTypedObject(ManagedLabel)({
46378
46378
name: "area: zones",
46379
46379
commitCheck: (c) => c.scope === "zone.js",
46380
46380
repositories: [ManagedRepositories.ANGULAR]
46381
+ },
46382
+ DETECTED_LOCALIZE_CHANGE: {
46383
+ description: "Issues related to localization and internationalization",
46384
+ name: "area: i18n",
46385
+ commitCheck: (c) => c.scope === "localize",
46386
+ repositories: [ManagedRepositories.ANGULAR]
46381
46387
}
46382
46388
});
46383
46389
Original file line number Diff line number Diff line change @@ -47733,6 +47733,12 @@ var managedLabels = createTypedObject(ManagedLabel)({
47733
47733
name: "area: zones",
47734
47734
commitCheck: (c) => c.scope === "zone.js",
47735
47735
repositories: [ManagedRepositories.ANGULAR]
47736
+ },
47737
+ DETECTED_LOCALIZE_CHANGE: {
47738
+ description: "Issues related to localization and internationalization",
47739
+ name: "area: i18n",
47740
+ commitCheck: (c) => c.scope === "localize",
47741
+ repositories: [ManagedRepositories.ANGULAR]
47736
47742
}
47737
47743
});
47738
47744
Original file line number Diff line number Diff line change @@ -77,4 +77,10 @@ export const managedLabels = createTypedObject(ManagedLabel)({
77
77
commitCheck : ( c : Commit ) => c . scope === 'zone.js' ,
78
78
repositories : [ ManagedRepositories . ANGULAR ] ,
79
79
} ,
80
+ DETECTED_LOCALIZE_CHANGE : {
81
+ description : 'Issues related to localization and internationalization' ,
82
+ name : 'area: i18n' ,
83
+ commitCheck : ( c : Commit ) => c . scope === 'localize' ,
84
+ repositories : [ ManagedRepositories . ANGULAR ] ,
85
+ } ,
80
86
} ) ;
You can’t perform that action at this time.
0 commit comments