-
-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): π use new label format (#2786)
- Loading branch information
Showing
6 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# Add 'icons' label to any file changes within 'icons' folder or 'src/core/icons' typescript files | ||
icons: | ||
ποΈ icons: | ||
- changed-files: | ||
- any-glob-to-any-file: ['icons/*', 'src/core/icons/*.ts'] | ||
|
||
# Add 'translations' label to any changes within 'package.nls*.json' files or 'src/core/i18n' folder | ||
translations: | ||
π± translations: | ||
- changed-files: | ||
- any-glob-to-any-file: ['package.nls*.json', 'src/core/i18n'] | ||
|
||
# Add 'docs' label to any changes to markdown files | ||
docs: | ||
π docs: | ||
- changed-files: | ||
- any-glob-to-any-file: '*.md' | ||
|
||
# Add 'workflows' label to any changes within '.github/workflows' folder or '.github/labeler.yml' file | ||
workflows: | ||
π workflows: | ||
- changed-files: | ||
- any-glob-to-any-file: ['.github/workflows/*', '.github/labeler.yml'] | ||
|
||
# Add 'devcontainers' label to any changes within '.devcontainer' folder | ||
devcontainers: | ||
π devcontainers: | ||
- changed-files: | ||
- any-glob-to-any-file: '.devcontainer/*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters