Skip to content

Commit 847d9d8

Browse files
committed
labeler
1 parent 7f23fad commit 847d9d8

4 files changed

Lines changed: 103 additions & 44 deletions

File tree

.github/ISSUE_TEMPLATE/css-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ body:
113113
- PostCSS Media MinMax
114114
- PostCSS Media Queries Aspect-Ratio Number Values
115115
- PostCSS Minify
116+
- PostCSS Mixins
116117
- PostCSS Nested Calc
117118
- PostCSS Nesting
118119
- PostCSS OKLab Function

.github/ISSUE_TEMPLATE/plugin-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ body:
110110
- PostCSS Media MinMax
111111
- PostCSS Media Queries Aspect-Ratio Number Values
112112
- PostCSS Minify
113+
- PostCSS Mixins
113114
- PostCSS Nested Calc
114115
- PostCSS Nesting
115116
- PostCSS OKLab Function

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,12 @@
353353
- plugins/postcss-minify/**
354354
- experimental/postcss-minify/**
355355

356+
"plugins/postcss-mixins":
357+
- changed-files:
358+
- any-glob-to-any-file:
359+
- plugins/postcss-mixins/**
360+
- experimental/postcss-mixins/**
361+
356362
"plugins/postcss-nested-calc":
357363
- changed-files:
358364
- any-glob-to-any-file:

package-lock.json

Lines changed: 95 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)