You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme/AUTOMATIONS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Every automation in this repository, grouped by what triggers it. Use this to fi
4
4
something new, and to know what to update when you change or rename a job.
5
5
6
6
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
8
8
workflow's `name:` value, so a rename silently unhooks its failure alert.
9
9
10
10
## Content generation
@@ -32,7 +32,7 @@ a 404 rather than a 403, so a scope mistake looks like a missing file.
32
32
| 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. |
33
33
| 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. |
34
34
| 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). |
36
36
| 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). |
37
37
| 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. |
38
38
| 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