File tree Expand file tree Collapse file tree 3 files changed +43
-1
lines changed
Expand file tree Collapse file tree 3 files changed +43
-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+ reviewers :
9+ - " shmileee"
10+ labels :
11+ - " auto-sync"
12+ title : " chore: sync files from `<%- repository % >`"
13+ merge :
14+ mode : auto
15+ strategy : squash
16+ delete_branch : true
17+
18+ patterns :
19+ - files :
20+ - .markdownlintrc
21+ repositories :
22+ - 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