Skip to content

Commit 4015066

Browse files
authored
chore(ci): mark bot prs with label to make filtering easier; add api-extractor to typescript update group (#7276)
* chore(ci): mark bot prs with label to make filtering easier; add api-extractor to typescript update group * fix(ci): labels should be newline separated
1 parent 81c05a9 commit 4015066

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
commit-message: 'chore(release): bump package versions'
5959
branch: ci/bump-packages
6060
title: 'chore(release): bump package versions'
61-
labels: no-title-validation
61+
labels: |
62+
no-title-validation
63+
bot
6264
author: '${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>'
6365
body: >-
6466
<p>This PR is autogenerated and updates the version of every package

.github/workflows/update-dependencies.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ jobs:
8484
commit-message: 'chore(deps): update ${{ matrix.group_name }} to latest'
8585
branch: ci/update-${{ matrix.group_name }}
8686
title: 'chore(deps): update ${{ matrix.group_name }} to latest'
87-
labels: no-title-validation
87+
labels: |
88+
no-title-validation
89+
bot
8890
author: '${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>'
8991
body: |
9092
<p>This PR is automatically generated and updates the versions of

scripts/update-dependencies-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
'eslint-plugin-react',
2222
'eslint-plugin-react-hooks',
2323
],
24-
typescript: ['typescript', 'ts-node'],
24+
typescript: ['@microsoft/api-extractor', 'typescript', 'ts-node'],
2525
leafygreen: [
2626
'@emotion/*',
2727
'@leafygreen-ui/*',
@@ -32,6 +32,5 @@ module.exports = {
3232
// TODO(COMPASS-9443): Update update-* github actions to handle all groups as
3333
// a matrix inside one action instead of having separate action for every
3434
// group and add more groups following the ones in _dependabot
35-
// mongosh: [],
3635
// 'devtools-shared-prod': [],
3736
};

0 commit comments

Comments
 (0)