Skip to content

Commit

Permalink
fixup! build(docs-infra): introduce new process for generating data f…
Browse files Browse the repository at this point in the history
…or the events page
  • Loading branch information
gkalpak committed Aug 26, 2022
1 parent d493412 commit 7ea2e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-events.yml
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Generate `events.json`
run: node aio/scripts/generate-events/index.mjs --ignore-invalid-dates
- name: Create a PR (if necessary)
# TODO(gkalpak): Update SHA to reference the commit merged to `angular/dev-infra > main`.
uses: gkalpak/dev-infra/github-actions/create-pr-for-changes@feat-gh-actions-pr-for-changes
uses: gkalpak/dev-infra/github-actions/create-pr-for-changes@88c198ae1a3462223cb5c1e83338e4b94b435283
with:
branch-prefix: docs-update-events
pr-title: 'docs: update events'
Expand Down
3 changes: 1 addition & 2 deletions aio/content/marketing/events-contributing.md
Expand Up @@ -12,8 +12,7 @@ This data is stored in `events.json`.
The `events.json` file is periodically generated from data stored in a Firebase database.
See [here](https://github.com/angular/angular/blob/main/aio/scripts/generate-events/README.md) for more details.

If you want to get an event listed, please get in touch with the Angular DevRel team.
<!-- TODO(gkalpak): List specific ways to get in touch (e.g. Twitter, e-mail). -->
If you want to get an event listed, please get in touch with the Angular DevRel team at [devrel@angular.io](mailto:devrel@angular.io).

> WARNING:
> The `events.json` file is only intended to be updated via a [script](https://github.com/angular/angular/blob/main/aio/scripts/generate-events/index.mjs).
Expand Down

0 comments on commit 7ea2e24

Please sign in to comment.