Skip to content

Commit

Permalink
Merge pull request #549 from linear-b/fix-automation-name-in-cm-for-r…
Browse files Browse the repository at this point in the history
…eview-CSS-important

fix name to match the automation purpose
  • Loading branch information
vim-zz authored Jul 4, 2024
2 parents 4899b33 + 8234fff commit a3ac4ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manifest:
version: 1.0

automations:
approve_javascript_formatting:
review_css_important:
if:
- {{ files | extensions | match(term='css') | some }}
- {{ source.diff.files | matchDiffLines(regex=r/!important/) | some }}
Expand All @@ -20,4 +20,4 @@ automations:
colors:
orange: 'd93f0b'
orange: 'd93f0b'

0 comments on commit a3ac4ee

Please sign in to comment.