File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed
Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ settings :
3+ commit :
4+ format : " <%- prefix % >: <%- subject % >"
5+ prefix : " chore"
6+ subject : " sync files from `<%- repository % >`"
7+ pull_request :
8+ disabled : true
9+
10+ patterns :
11+ - files :
12+ - .markdownlintrc
13+ repositories :
14+ - devops-roast/containers
Original file line number Diff line number Diff line change 1212 - " main"
1313
1414jobs :
15- release :
15+ sync-files :
1616 uses : devops-roast/github-actions/.github/workflows/sync-files.yaml@main
1717 secrets : inherit
Original file line number Diff line number Diff line change 1+ {
2+ "default": true,
3+ "first-header-h1": false,
4+ "first-line-h1": false,
5+ "line_length": false,
6+ "no-multiple-blanks": false,
7+ "fenced-code-language": true,
8+ "no-duplicate-header": {
9+ "siblings_only": true
10+ },
11+ "code-block-style": {
12+ "style": "fenced"
13+ },
14+ "MD033": {
15+ "allowed_elements": [
16+ "details",
17+ "summary"
18+ ]
19+ }
20+ }
You can’t perform that action at this time.
0 commit comments