Skip to content

Commit 6014f62

Browse files
authored
Merge pull request #595 from cghyzel/doc-fixes
Fix formatting in cm files
2 parents e98ba7b + b424c02 commit 6014f62

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/downloads/javascript.cm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: yaml -*-
22
manifest:
3-
version: 1.0
3+
version: 1.0
44

55
automations:
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

docs/downloads/organization.cm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- mode: yaml -*-
22
manifest:
3-
version: 1.0
3+
version: 1.0
44

55
automations:
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') }}

docs/downloads/python.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: yaml -*-
22
manifest:
3-
version: 1.0
3+
version: 1.0
44

55
automations:
66
# Approve PRs that only change logging functionality.

0 commit comments

Comments
 (0)