Skip to content

Commit

Permalink
fix: issue with new labeler version (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jan 11, 2024
1 parent c57e94d commit 968efb2
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
---
# Add 'cicd' label to any file changes inside .github dir
🚢📀cicd:
- .github/*
- .github/**/*
- changed-files:
- any-glob-to-any-file: [".github/*", ".github/**/*"]

# Add 'documentation' label to any file changes for the documentation files
📕documentation:
- ./**/*.md
- changed-files:
- any-glob-to-any-file: "**/*.md"

# Add 'foundations' label to any file changes for the foundations files
🏗foundations:
- packages/foundations/**
- changed-files:
- any-glob-to-any-file: "packages/foundations/**"

# Add 'components' label to any file changes for the components files
🏘components:
- packages/components/**
- changed-files:
- any-glob-to-any-file: "packages/components/**"

# Add 'showcases' label to any file changes for the showcases files
📺showcases:
- showcases/**
-
- changed-files:
- any-glob-to-any-file: "showcases/**"

0 comments on commit 968efb2

Please sign in to comment.