Skip to content

Commit f875c6d

Browse files
committed
add restylerd.io support
1 parent cf18009 commit f875c6d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.restyled.yaml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# See https://github.com/restyled-io/restyled.io/wiki/Configuring-Restyled
2+
3+
enabled: true
4+
5+
exclude:
6+
- ".github/workflows/**/*" # https://github.com/restyled-io/restyler/issues/73
7+
8+
changed_paths:
9+
maximum: 1000
10+
outcome: error
11+
12+
remote_files: []
13+
14+
auto: false
15+
16+
commit_template: |
17+
Restyled by ${restyler.name}
18+
19+
pull_requests: true
20+
21+
comments: true
22+
23+
statuses:
24+
differences: true
25+
no_differences: true
26+
error: true
27+
28+
request_review: none
29+
30+
labels: []
31+
32+
ignore_labels:
33+
- restyled-ignore
34+
35+
restylers_version: stable
36+
37+
restylers:
38+
- "*"

0 commit comments

Comments
 (0)