Skip to content

Commit

Permalink
chore: update labeler to use emojis (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Nov 20, 2023
1 parent 3bd24d5 commit 3d5afb2
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
---
# Add 'cicd' label to any file changes inside .github dir
cicd:
🚢📀cicd:
- .github/*
- .github/**/*

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

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

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

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

0 comments on commit 3d5afb2

Please sign in to comment.