File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# -*- mode: yaml -*-
2
2
manifest :
3
- version: 1.0
3
+ version : 1.0
4
4
5
5
automations :
6
6
# Uses the isFormattingChange filter function to automatically approve non-functional changes.
@@ -23,6 +23,6 @@ automations:
23
23
- {{ source.diff.files | matchDiffLines(regex=r/^[+-].*console\.log/, ignoreWhiteSpaces=true) | every }}
24
24
run :
25
25
- action : add-label@v1
26
- args :
27
- label : ' prints-changes'
26
+ args :
27
+ label : ' prints-changes'
28
28
- action : approve@v1
Original file line number Diff line number Diff line change 1
1
# -*- mode: yaml -*-
2
2
manifest :
3
- version: 1.0
3
+ version : 1.0
4
4
5
5
automations :
6
6
# Assign reviewers at random to spread knowledge of a particular repo.
7
- share_knowledge:
7
+ share_knowledge :
8
8
# Triggered for PRs to the `new-repo` repository.
9
9
if :
10
10
- {{ repo.name | match(term='new-repo') }}
Original file line number Diff line number Diff line change 1
1
# -*- mode: yaml -*-
2
2
manifest :
3
- version: 1.0
3
+ version : 1.0
4
4
5
5
automations :
6
6
# Approve PRs that only change logging functionality.
You can’t perform that action at this time.
0 commit comments