From 2456b8e4d5a7204f24dd3e4bdedc7d2df5ecdb0b Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Mon, 12 Sep 2022 22:47:34 +0300 Subject: [PATCH] build: use the `create-pr-for-changes` action from `angular/dev-infra` (#47410) Use the `create-pr-for-changes` action of the `angular/dev-infra` repo, instead of the `gkalpak/dev-infra` one. The latter was used during development for debugging purposes during and was accidentally committed to the repo. PR Close #47410 --- .github/workflows/update-events.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-events.yml b/.github/workflows/update-events.yml index d9a081a01ff..2dbdcbaa098 100644 --- a/.github/workflows/update-events.yml +++ b/.github/workflows/update-events.yml @@ -29,7 +29,7 @@ jobs: - name: Generate `events.json` run: node aio/scripts/generate-events/index.mjs --ignore-invalid-dates - name: Create a PR (if necessary) - uses: gkalpak/dev-infra/github-actions/create-pr-for-changes@88c198ae1a3462223cb5c1e83338e4b94b435283 + uses: angular/dev-infra/github-actions/create-pr-for-changes@bf4bb09bb2d32015f71943371c7484cb845f8c33 with: branch-prefix: docs-update-events pr-title: 'docs: update events'