Skip to content

Commit 49c6146

Browse files
authored
feat: Update labeler to label generator changes (#931)
* feat Update labeler to label generator changes * feat Add github folder to tools label
1 parent ec8e905 commit 49c6146

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/labeler.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ demo:
22
- examples/*
33
- elements/*/demo/*
44

5+
generator:
6+
- generators/**/*
7+
58
doc:
69
- docs/**/*
710
- elements/**/*.{md,txt}
@@ -13,12 +16,13 @@ styles:
1316
- elements/*/src/*.{scss,css}
1417
- tokens/**/*
1518

16-
tests:
19+
tests:
1720
- elements/*/test/*
1821

1922
tools:
2023
- scripts/*
2124
- elements/*/gulpfile.js
2225
- elements/*/rollup.config.js
26+
- .github/**/*
2327
- ./.*
2428
- ./*.{js,json,yml}

CHANGELOG-prerelease.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
- [732f65a](https://github.com/patternfly/patternfly-elements/commit/732f65ada3383f6d04deb6670d82eb80d525d8ff) fix: pfe-modal removing hidden attribute (#924)
66
- [cf010c1](https://github.com/patternfly/patternfly-elements/commit/cf010c18c404e07d59eab775ee44552f52627bde) feat: Automerging PRs based on labels (#920)
77
- [b3f1e46](https://github.com/patternfly/patternfly-elements/commit/b3f1e46fe401be3f09f361fcc3b284a87de3728e) fix: pfe-dropdown: remove preventDefault call on clicks outside of dropdown (#915)
8-
- [342fe80](https://github.com/patternfly/patternfly-elements/commit/342fe804ab72fe628faef68ecede73b4ffed2598) docs: Fix misspelling of src attribute (#925)
98
- [775b821](https://github.com/patternfly/patternfly-elements/commit/775b821702c903f926b8bf9fdf9c948ac949335f) feat: Add automatic labeling to PRs (#909)
109
- [82bf8e6](https://github.com/patternfly/patternfly-elements/commit/82bf8e6a0d407a651571dac1e37d06a2b14fa3d4) feat: Move PR cards automatically in the Project when labels are changed (#911)
11-
- [0488b70](https://github.com/patternfly/patternfly-elements/commit/0488b70a073ee7eb5584b6ddf9f060a54564c37b) docs: pfe-number update for storybook (#922)
1210
- [235e9a8](https://github.com/patternfly/patternfly-elements/commit/235e9a816b763dc9251e3022c914cba72f148368) fix: pfe-tab move content from light to shadow DOM (#769)
1311
- [2adef08](https://github.com/patternfly/patternfly-elements/commit/2adef088768ac52f813899d42ba5a45119761ea3) fix: Add watch task to components generated before infra change (#912)
1412
- [6919a2c](https://github.com/patternfly/patternfly-elements/commit/6919a2c9283551d9e25d60ff96d497fab016e270) feat: pfe-icon and pfe-icon-panel updates (#867)
1513
- Update paths to built-in sets: (#723)
1614
- Storybook icon listing: (#728)
1715
- Icon panel storybook: (#719)
18-
- [7cb02be](https://github.com/patternfly/patternfly-elements/commit/7cb02bed99d23b4a37082a56c025e18ae5aa9d9b) docs: Update templates and guides (#905)
16+
- [cf010c1](https://github.com/patternfly/patternfly-elements/commit/cf010c18c404e07d59eab775ee44552f52627bde) feat: Automerging PRs based on labels
17+
- [732f65a](https://github.com/patternfly/patternfly-elements/commit/732f65ada3383f6d04deb6670d82eb80d525d8ff) fix: pfe-modal removing hidden attribute (#924)
18+
- [](https://github.com/patternfly/patternfly-elements/commit/) feat: Add generator label to new PRs where appropriate, add .github folder to tools
1919

2020
## Prerelease 49 ( 2020-05-29 )
2121

0 commit comments

Comments
 (0)