We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee0c52 commit 4a8acc0Copy full SHA for 4a8acc0
2 files changed
.github/files-sync-config.yaml
@@ -0,0 +1,13 @@
1
+---
2
+settings:
3
+ pull_request:
4
+ reviewers:
5
+ - "shmileee"
6
+ labels:
7
+ - "auto-sync"
8
+
9
+patterns:
10
+ - files:
11
+ - .markdownlintrc
12
+ repositories:
13
+ - devops-roast/containers
.markdownlintrc
@@ -0,0 +1,20 @@
+{
+ "default": true,
+ "first-header-h1": false,
+ "first-line-h1": false,
+ "line_length": false,
+ "no-multiple-blanks": false,
+ "fenced-code-language": true,
+ "no-duplicate-header": {
+ "siblings_only": true
+ },
+ "code-block-style": {
+ "style": "fenced"
14
+ "MD033": {
15
+ "allowed_elements": [
16
+ "details",
17
+ "summary"
18
+ ]
19
+ }
20
+}
0 commit comments