Skip to content

Commit 93a7e69

Browse files
committed
chnaging alert level to suggestion to test the vale action on PR
1 parent 7f62154 commit 93a7e69

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/vale-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: errata-ai/vale-action@reviewdog
1111
with:
1212
filter_mode: added
13-
vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc"
13+
vale_flags: "--no-exit --minAlertLevel=suggestion --glob=*.adoc"
1414
reporter: github-pr-review
1515
fail_on_error: false
1616
env:

content/contribute/creating-a-pattern.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ aliases: /creating-a-pattern/
88
:toc:
99
:imagesdir: /images
1010
:_content-type: ASSEMBLY
11+
1112
include::modules/comm-attributes.adoc[]
1213

13-
The validated patterns community has relied on existing architectures that have been successfully deployed in an enterprise. The architecture itself is a best practice in assembling technologies and projects to provide a working solution. How that solution is deployed and managed is a different matter. It may have evolved over time and may have grown in its deployment such that ongoing maintenance is not sustainable.
14+
The validated patterns community has relied on existing architectures that have been successfully deployed in an enterprise. The architecture itself is a best practice in assembling technologies and projects to provide a working solution. How that solution is deployed and managed is a different matter. It might have evolved over time and may have grown in its deployment such that ongoing maintenance is not sustainable.
1415

1516
The validated patterns framework is much more of a best practice of structuring the various configuration assets and integrating with GitOps and DevOps tools.
1617

0 commit comments

Comments
 (0)