Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/vale-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
pull_request:
paths:
- "docs/**"
# Lint the ruleset changes too. A malformed style file makes Vale exit 2
# and skip linting entirely, which would otherwise fail open on every
# later PR without anything having flagged it here.
- "vale/**"
- ".vale-ci.ini"
- ".github/workflows/vale-ci.yml"

permissions:
contents: read
Expand Down
16 changes: 16 additions & 0 deletions vale/styles/Temporal/Headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,19 @@ exceptions:
# Temporal primitives and proper nouns
- Activity
- Activities
- Application
- Applications
- Archival
- Cloud
- Codec
- Command
- Commands
- Converter
- Cron
- Data
- Durable
- Event
- Events
- Execution
- Executions
- Failure
Expand Down Expand Up @@ -163,7 +168,15 @@ exceptions:
- Capacity
- Connectivity
- Continue-As-New
- Plugin
- Plugins
# Exact phrases; "Audit Logging" is the canonical term in Temporal/terms.yml,
# so keep "Log"/"Logs" out of the single-word list above.
- Audit Log
- Audit Logs
- Audit Logging
# Cloud provider / networking / industry acronyms
- Amazon
- AWS
- GCP
- DNS
Expand All @@ -183,10 +196,13 @@ exceptions:
- TRUs
- PrivateLink
- KMS
- CA
# Cloud provider product names (exact phrase, not the individual words)
- Azure Key Vault
- Azure Workload Identity
- GCP Workload Identity
- Private Service Connect
- Cloud Ops API
- Terraform
- Prometheus
- Grafana
Expand Down