mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
This commit is contained in:
parent
6c7cd6ba64
commit
2456b8e4d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-events.yml
vendored
2
.github/workflows/update-events.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue