Skip to content

Commit 1c364d6

Browse files
authored
move (#5069)
1 parent e5f5c9f commit 1c364d6

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository.
1212
| Mermaid diagrams | [MERMAID.md](./readme/MERMAID.md) |
1313
| LLM Markdown pipeline | [MARKDOWN_PIPELINE.md](./readme/MARKDOWN_PIPELINE.md) |
1414
| Component → Markdown mapping | [COMPONENT_REGISTRY.md](./readme/COMPONENT_REGISTRY.md) |
15-
| CI jobs and scheduled jobs | [AUTOMATIONS.md](./AUTOMATIONS.md) |
15+
| CI jobs and scheduled jobs | [AUTOMATIONS.md](./readme/AUTOMATIONS.md) |
1616

1717
## Repository overview
1818

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This repository contains a large chunk of the Temporal information corpus.
1616
| [Readability tooling guidance](./readme/READABILITY.md) | For repo maintainers |
1717
| [Style guidance](./readme/STYLE.md) | For our open source community |
1818
| [Utility tooling guidance](./readme/UTILITIES.md) | For repo maintainers |
19+
| [Automations inventory](./readme/AUTOMATIONS.md) | For repo maintainers |
1920

2021
### Current component versioning philosophy
2122

AUTOMATIONS.md renamed to readme/AUTOMATIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Every automation in this repository, grouped by what triggers it. Use this to fi
44
something new, and to know what to update when you change or rename a job.
55

66
When you add or rename an automation, update this file and the `workflows:` list in
7-
[`notify-automation-failures.yml`](./.github/workflows/notify-automation-failures.yml). That list matches on a
7+
[`notify-automation-failures.yml`](../.github/workflows/notify-automation-failures.yml). That list matches on a
88
workflow's `name:` value, so a rename silently unhooks its failure alert.
99

1010
## Content generation
@@ -32,7 +32,7 @@ a 404 rather than a 403, so a scope mistake looks like a missing file.
3232
| Check Metrics Reference | Changes to `docs/references/sdk-metrics.mdx` | Yes | `check-metrics-reference.yml`, `bin/check-metrics-reference.js` | Checks the page against itself. The comparison with the SDK sources is a separate, advisory job. |
3333
| Environment config drift | Changes to the client environment configuration page | Yes | `env-config-drift.yml`, `bin/check-env-config-table.js` | Also runs weekly, because it fetches sources over the network and an outage should not block unrelated pull requests. |
3434
| Mermaid CI | Changes under `docs/` | Yes | `mermaid-ci.yml`, `scripts/lint-mermaid.mjs` | Validates diagram syntax across the docs tree. |
35-
| Vale CI | Changes under `docs/` | No | `vale-ci.yml`, `.vale-ci.ini` | Runs only the rules in `.vale-ci.ini`, with `fail_on_error: false` and results limited to changed context. Treat those rules as the bar, not the full style set. See [AGENTS.md](./AGENTS.md#commands). |
35+
| Vale CI | Changes under `docs/` | No | `vale-ci.yml`, `.vale-ci.ini` | Runs only the rules in `.vale-ci.ini`, with `fail_on_error: false` and results limited to changed context. Treat those rules as the bar, not the full style set. See [AGENTS.md](../AGENTS.md#commands). |
3636
| Check Orphan Pages | Changes to docs or `sidebars.js` | No | `check-orphan-pages.yml`, `bin/check-orphan-pages.js` | Never fails; comments and annotates only. Accepted exceptions belong in `bin/orphan-pages-baseline.json` with a note. See [UTILITIES.md](./UTILITIES.md#check-orphan-pages). |
3737
| Check Metrics Against SDKs | Changes to the metrics page or its checker | No | `check-metrics-against-sdks.yml` | Drift reports but does not fail. On its scheduled runs it manages a tracking issue instead. |
3838
| Docs Preview Links | Every pull request | No | `docs-preview-links.yml`, `bin/generate-docs-preview-list.js` | Reads the preview URL out of Vercel's own comment, then upserts a single comment listing the pages the pull request changes. |

0 commit comments

Comments
 (0)