-
Notifications
You must be signed in to change notification settings - Fork 0
/
prh.yaml
50 lines (50 loc) · 1.12 KB
/
prh.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# see prh.yml rules
# https://github.com/vvakame/prh/blob/master/misc/prh.yml
# see more samples
# https://github.com/prh/rules/blob/master/media/techbooster.yml
rules:
- expected: GitHub
patterns:
- /gitHub/
- /Github/
excludes:
- pattern: /github/
specs:
- from: gitHub
to: GitHub
- from: Github
to: GitHub
- from: github
to: github
- expected: GitHub Actions
- expected: Four Keys
# "+"を含めて正しく認識されるためにクォーテーションが必要
- expected: "Findy Team+"
patterns:
- /Findy Teams?\+/i
specs:
- from: Findy Teams+
to: Findy Team+
- expected: Node.js
patterns:
- /node.?js/i
specs:
- from: nodejs
to: Node.js
- from: node.js
to: Node.js
- expected: JetBrains
patterns:
- /Jetbrains/
- /jetBrains/
excludes:
- pattern: /jetbrains/
specs:
- from: Jetbrains
to: JetBrains
- from: jetbrains
to: jetbrains
- from: JetBrains
to: JetBrains
- from: jetBrains
to: JetBrains