Skip to content

Commit

Permalink
Merge pull request #595 from cghyzel/doc-fixes
Browse files Browse the repository at this point in the history
Fix formatting in cm files
  • Loading branch information
PavelLinearB committed Sep 24, 2024
2 parents e98ba7b + b424c02 commit 6014f62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/downloads/javascript.cm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: yaml -*-
manifest:
version: 1.0
version: 1.0

automations:
# Uses the isFormattingChange filter function to automatically approve non-functional changes.
Expand All @@ -23,6 +23,6 @@ automations:
- {{ source.diff.files | matchDiffLines(regex=r/^[+-].*console\.log/, ignoreWhiteSpaces=true) | every }}
run:
- action: add-label@v1
args:
label: 'prints-changes'
args:
label: 'prints-changes'
- action: approve@v1
4 changes: 2 additions & 2 deletions docs/downloads/organization.cm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- mode: yaml -*-
manifest:
version: 1.0
version: 1.0

automations:
# Assign reviewers at random to spread knowledge of a particular repo.
share_knowledge:
share_knowledge:
# Triggered for PRs to the `new-repo` repository.
if:
- {{ repo.name | match(term='new-repo') }}
Expand Down
2 changes: 1 addition & 1 deletion docs/downloads/python.cm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: yaml -*-
manifest:
version: 1.0
version: 1.0

automations:
# Approve PRs that only change logging functionality.
Expand Down

0 comments on commit 6014f62

Please sign in to comment.