Angular Robot
8ff6892ad0
build: update actions/cache digest to 69d9d44 ( #49148 )
...
See associated pull request for more information.
PR Close #49148
2023-02-21 13:36:41 -08:00
Joey Perrott
c176a7101a
build: update to latest remote build execution setup ( #49133 )
...
Update to the latest RBE setup after key rotation.
PR Close #49133
2023-02-18 02:42:28 +00:00
Angular Robot
68e7a111c3
build: update cross-repo angular dependencies ( #49058 )
...
See associated pull request for more information.
PR Close #49058
2023-02-14 16:18:46 +01:00
Angular Robot
b9b58386bc
build: update github/codeql-action action to v2.2.4 ( #49055 )
...
See associated pull request for more information.
PR Close #49055
2023-02-14 15:02:33 +01:00
Angular Robot
5cb426c484
build: update cross-repo angular dependencies ( #48929 )
...
See associated pull request for more information.
PR Close #48929
2023-02-14 14:46:07 +01:00
Angular Robot
d2737bca76
build: update cross-repo angular dependencies ( #49027 )
...
See associated pull request for more information.
PR Close #49027
2023-02-10 19:21:29 +00:00
Angular Robot
c9e2728c85
build: update actions/cache digest to 6998d13 ( #49020 )
...
See associated pull request for more information.
PR Close #49020
2023-02-10 17:24:48 +01:00
Angular Robot
ff0d48ad92
build: update github/codeql-action action to v2.2.2 ( #48889 )
...
See associated pull request for more information.
PR Close #48889
2023-02-08 15:07:06 +01:00
Angular Robot
5ccca91654
build: update cross-repo angular dependencies ( #48875 )
...
See associated pull request for more information.
PR Close #48875
2023-02-02 09:37:40 -08:00
Angular Robot
48997c15a4
build: update actions/cache digest to 627f0f4 ( #48884 )
...
See associated pull request for more information.
PR Close #48884
2023-02-02 09:33:20 -08:00
Angular Robot
74603b9437
build: update cross-repo angular dependencies ( #48843 )
...
See associated pull request for more information.
PR Close #48843
2023-01-26 22:00:41 +00:00
Angular Robot
6cf4364ced
build: update cross-repo angular dependencies ( #48437 )
...
See associated pull request for more information.
PR Close #48437
2023-01-24 18:30:43 +00:00
Angular Robot
e9c5c60d9b
build: update cross-repo angular dependencies ( #48809 )
...
See associated pull request for more information.
(cherry picked from commit f254c98403303aeee20b5d7b94b4799907aa2de9)
PR Close #48809
2023-01-24 16:44:32 +00:00
Angular Robot
eeb952ba25
build: update github/codeql-action action to v2.1.39 ( #48816 )
...
See associated pull request for more information.
PR Close #48816
2023-01-24 16:43:02 +00:00
Angular Robot
e611a22294
build: update cross-repo angular dependencies ( #48747 )
...
See associated pull request for more information.
PR Close #48747
2023-01-17 10:46:45 -08:00
Angular Robot
ec5aae467c
build: update all non-major dependencies ( #48755 )
...
See associated pull request for more information.
PR Close #48755
2023-01-17 09:16:20 -08:00
Angular Robot
2f332cdc6c
build: update actions/cache digest to 58c146c ( #48564 )
...
See associated pull request for more information.
PR Close #48564
2023-01-13 10:35:51 -08:00
Angular Robot
0f7cb3b271
build: update scorecard action dependencies ( #48465 )
...
See associated pull request for more information.
PR Close #48465
2023-01-13 10:34:47 -08:00
Angular Robot
35b2c82d18
build: update actions/checkout digest to ac59398 ( #48460 )
...
See associated pull request for more information.
PR Close #48460
2023-01-13 10:33:48 -08:00
Paul Gschwendtner
20a1b43e52
ci: include branch name in update CLI help PRs ( #48716 )
...
This should make it easier to distinguish between PRs
as currently they same equivalent but actually target
different branches.
PR Close #48716
2023-01-12 11:44:51 -08:00
Alan Agius
c3ce2954a1
ci: set fetch-depth: 0 in update-events and update-cli-help actions ( #48698 )
...
This commits changes the fetch depth from 1 to 0 in the update-events` and `update-cli-help` actions. This is required as otherwise the PR creation would fail when the forked (https://github.com/angular-robot/angular ) is not in sync with (https://github.com/angular/angular ) ie the later has commits which are not in the former.
PR Close #48698
2023-01-11 07:44:00 -08:00
Alan Agius
5ae7ca827f
ci: correctly interpolate ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN ( #48690 )
...
Previously, a single curly bracket was used to interpolate the `ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN` value which caused the value not to be provided correctly.
PR Close #48690
2023-01-11 06:56:18 -08:00
Alan Agius
1aef7a8848
ci: expose ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN secret as env ( #48687 )
...
Encrypted secrets need to be provided explicitly in workflow steps to be used.
See: https://docs.github.com/en/actions/security-guides/encrypted-secrets for more info.
PR Close #48687
2023-01-10 14:30:31 -08:00
Alan Agius
65baae803b
ci: add Angular CLI help pages action ( #48577 ) ( #48682 )
...
This commits adds an action to update the Angular CLI help contents that are used by AIO to generate CLI guides.
This also changes the setup to include the files are source files instead of having to clone the repository each time. This also simplifies the PR review process of the PR opened by the action.
PR Close #48577
(cherry picked from commit 2dc31576ab )
PR Close #48682
2023-01-10 11:11:48 -08:00
Angular Robot
aa51e9b217
build: update all non-major dependencies ( #48462 )
...
See associated pull request for more information.
PR Close #48462
2023-01-04 11:38:40 -08:00
Paul Gschwendtner
e38bc6b806
build: switch from ng-comp-dev to canonical dev-infra preview Firebase project ( #48630 )
...
We are going with a single canonical dev-infra Firebase/GCP project
for previews. This commit switches to it.
PR Close #48630
2023-01-03 13:22:38 +00:00
Alan Agius
27da7338ea
ci: remove redundant aio dependencies installation step ( #48574 )
...
Remove redundant aio dependencies installation step from update-events action as this action only uses built-in node.js APIs
PR Close #48574
2022-12-24 11:26:34 +00:00
Joey Perrott
e59406f5e7
build: enable new merge ready status action ( #48494 )
...
Enable new action in preperation for sunset of github robot
PR Close #48494
2022-12-15 15:21:14 +00:00
Angular Robot
04d77f5cf5
build: update cross-repo angular dependencies ( #48405 )
...
See associated pull request for more information.
PR Close #48405
2022-12-09 11:26:14 -08:00
Alan Agius
d07241dd12
build: update cross-repo angular dependencies ( #48409 )
...
See associated pull request for more information.
Closes : #48339
(cherry picked from commit 31742210a38b3e01e25cfa9c4e13f6f0e13bf1dd)
PR Close #48409
2022-12-09 11:00:58 -08:00
Angular Robot
4311aa70f7
build: update cross-repo angular dependencies ( #48388 )
...
See associated pull request for more information.
PR Close #48388
2022-12-08 12:29:37 -08:00
Angular Robot
11a24c3740
build: update github/codeql-action action to v2.1.35 ( #48371 )
...
See associated pull request for more information.
PR Close #48371
2022-12-07 09:07:33 -08:00
Angular Robot
7c4e9ce5c0
build: update cross-repo angular dependencies ( #47882 )
...
See associated pull request for more information.
PR Close #47882
2022-12-06 12:48:11 -08:00
Paul Gschwendtner
ecddcbc269
build: switch new AIO preview action to use aio: preview label ( #48345 )
...
The new AIO preview deployment should take over the existing `aio:
preview` label- now after it being tested- and working as expected.
PR Close #48345
2022-12-05 14:52:37 -08:00
Paul Gschwendtner
192df7194b
build: set target firebase project when setting deploy target ( #48352 )
...
We now set the Firebase deploy target for AIO preview deployment
via GitHub actions. It looks like configuring the deploy target
also requires authentication / or a project.
PR Close #48352
2022-12-04 20:26:10 +00:00
Paul Gschwendtner
0d6b33c40f
build: check out project before setting AIO preview targets ( #48347 )
...
Checks out the Firebase project before setting the AIO preview targets.
Surprisingly Firebase requires a project when setting resource
identifiers for the targets. This is already done by the Firebase
deploy action from @FirebaseExtended, but we need to do it earlier.
PR Close #48347
2022-12-04 16:14:11 +00:00
Paul Gschwendtner
43e8f4798f
build: use npx for setting firebase deploy targets in AIO preview ( #48346 )
...
For the deploy job we still need to use the Firebase CLI to configure
the proper hosting deploy targets. See:
011ef66a04 .
We don't have node modules installed in this job, and it would
also be overkill to install them for just using firebase here.
Since the action uses `npx firebase-tools` down the line anyway,
we can use it without any speed downsides.
PR Close #48346
2022-12-04 13:18:40 +00:00
Paul Gschwendtner
011ef66a04
build: set firebase deploy target when deploying AIO preview ( #48338 )
...
The AIO firebase project specifies `aio` as deploy target. This means
that we need to configure this target before being able to deploy AIO
previews.
We use the default project target as target since the preview Firebase
project does not use multi site targets. See:
https://firebase.google.com/docs/hosting/multisites
PR Close #48338
2022-12-04 11:11:40 +00:00
Angular Robot
09fe75d0e9
build: update actions/checkout action to v3 ( #48337 )
...
See associated pull request for more information.
PR Close #48337
2022-12-03 16:09:10 +00:00
Angular Robot
d1a501e65b
build: update actions/checkout digest ( #48336 )
...
See associated pull request for more information.
PR Close #48336
2022-12-03 10:45:39 +00:00
Paul Gschwendtner
c3136d6723
build: setup github actions for preview deployment of AIO ( #48302 )
...
Sets up two new actions for supporting preview deployments
of AIO by applying a label. i.e. `AIO preview`.
PR Close #48302
2022-12-03 10:13:26 +00:00
Paul Gschwendtner
c1ff81075b
build: introduce common action for installing dependencies w/ cache in actions ( #48302 )
...
Instead of repeating the node module installation step in future GitHub
actions, a single place should contain the cache key etc.
PR Close #48302
2022-12-03 10:13:26 +00:00
Angular Robot
b935255ef9
build: update all non-major dependencies ( #48271 )
...
See associated pull request for more information.
PR Close #48271
2022-11-30 09:29:26 -08:00
Angular Robot
d4c3584d88
build: update github/codeql-action action to v2.1.34 ( #48272 )
...
See associated pull request for more information.
PR Close #48272
2022-11-29 12:29:20 -08:00
Angular Robot
73ad3bb9c8
build: update scorecard action dependencies ( #47866 )
...
See associated pull request for more information.
PR Close #47866
2022-11-23 10:54:13 -08:00
Joey Perrott
8d81fcbe20
build: add labeled trigger for assistant-to-the-branch-manager ( #48119 )
...
Add the labeled trigger
PR Close #48119
2022-11-18 12:16:48 -08:00
Joey Perrott
b592cdab53
build: update action version ( #48058 )
...
Update to the latest version of the assistant to the branch manager action
PR Close #48058
2022-11-17 09:33:49 -08:00
Joey Perrott
f70f50aef4
build: fix invalid yaml ( #47977 )
...
Fix the invalid yaml for the assistant to the branch manager action
PR Close #47977
2022-11-04 12:56:37 -07:00
Joey Perrott
549af69524
build: fix file extension for github action ( #47976 )
...
Fix the file extension for the new assistant-to-the-branch-mananager action
PR Close #47976
2022-11-04 09:27:15 -07:00
Joey Perrott
ad8ccedeca
build: enable the branch manager action in the repo ( #47942 )
...
Set up the branch manager action to automatically monitor if a pull request is able to merge into its target branches
PR Close #47942
2022-11-03 17:54:41 -07:00