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 11# -*- mode: yaml -*-
22manifest :
3- version: 1.0
3+ version : 1.0
44
55automations :
66 # Uses the isFormattingChange filter function to automatically approve non-functional changes.
@@ -23,6 +23,6 @@ automations:
2323 - {{ source.diff.files | matchDiffLines(regex=r/^[+-].*console\.log/, ignoreWhiteSpaces=true) | every }}
2424 run :
2525 - action : add-label@v1
26- args :
27- label : ' prints-changes'
26+ args :
27+ label : ' prints-changes'
2828 - action : approve@v1
Original file line number Diff line number Diff line change 11# -*- mode: yaml -*-
22manifest :
3- version: 1.0
3+ version : 1.0
44
55automations :
66 # Assign reviewers at random to spread knowledge of a particular repo.
7- share_knowledge:
7+ share_knowledge :
88 # Triggered for PRs to the `new-repo` repository.
99 if :
1010 - {{ repo.name | match(term='new-repo') }}
Original file line number Diff line number Diff line change 11# -*- mode: yaml -*-
22manifest :
3- version: 1.0
3+ version : 1.0
44
55automations :
66 # Approve PRs that only change logging functionality.
You can’t perform that action at this time.
0 commit comments