Skip to content

Commit

Permalink
chore: rmv extra ':' in labels (#3796)
Browse files Browse the repository at this point in the history
  • Loading branch information
salmad3 committed Dec 1, 2023
1 parent c35cf70 commit 9387339
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
":component:ci":
"component:ci":
- "!.github/labeler.yml"
- "!.github/labels.json"
- .github/**/*

":component:docs":
"component:docs":
- assets/**/*
- docs/**/*

":component:tools":
"component:tools":
- .actions/**/*
- .scripts/**/*

":component:packages":
"component:packages":
- ignite/pkg/**/*

":component:cmd":
"component:cmd":
- ignite/cmd/**/*

":type:services":
"type:services":
- ignite/services/**/*

":component:templates":
"component:templates":
- ignite/templates/**/*

":type:internal":
"type:internal":
- ignite/config/**/*
- ignite/internal/**/*
- ignite/version/**/*

":component:configs":
"component:configs":
- "!*.md"
- "*"

0 comments on commit 9387339

Please sign in to comment.