Skip to content

Commit 2c7a168

Browse files
committed
Rename feature-group-definitions/ to just features/
Fixes #851.
1 parent f8223fd commit 2c7a168

File tree

456 files changed

+7
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

456 files changed

+7
-10
lines changed

.github/labeler.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
"feature definition":
22
- changed-files:
3-
- all-globs-to-any-file:
4-
- "feature-group-definitions/*.yml"
5-
- "!feature-group-definitions/*.dist.yml"
63
- all-globs-to-any-file:
74
- "features/*.yml"
85
- "!features/*.dist.yml"

.github/workflows/publish_next_web-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- "main"
77
paths:
8-
- feature-group-definitions/**
8+
- features/**
99
- groups/**
1010
- packages/web-features/**
1111
- snapshots/**

.prettierignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# Opt-ins
55
!GOVERNANCE.md
66

7-
!/feature-group-definitions/*.yml
8-
/feature-group-definitions/*.dist.yml
7+
!/features/*.yml
8+
/features/*.dist.yml
99

1010
!/packages/compute-baseline/**
1111
!/packages/web-features/**
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)