Skip to content

Commit

Permalink
gha: fix typo in labeler config and quote (#351)
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Mortari <[email protected]>
  • Loading branch information
tarilabs authored Sep 5, 2024
1 parent 556fa16 commit 22c46bc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
"Area/UI":
- changed-files:
- any-glob-to-any-file: clients/UI/**
- any-glob-to-any-file: "clients/ui/**"

"Area/MR Python client":
- changed-files:
- any-glob-to-any-file: clients/python/**
- any-glob-to-any-file: "clients/python/**"

"Area/Go REST server":
- changed-files:
- any-glob-to-any-file:
- api/**
- cmd/**
- internal/**
- patches/**
- pkg/**
- templates/go-server/**
- "api/**"
- "cmd/**"
- "internal/**"
- "patches/**"
- "pkg/**"
- "templates/go-server/**"

"Area/CSI":
- changed-files:
- any-glob-to-any-file: csi/**
- any-glob-to-any-file: "csi/**"

"Area/Manifests":
- changed-files:
- any-glob-to-any-file: manifests/**
- any-glob-to-any-file: "manifests/**"

"Area/Documentation":
- changed-files:
- any-glob-to-any-file: docs/**
- any-glob-to-any-file: "docs/**"

"Area/GitHub":
- changed-files:
- any-glob-to-any-file: .github/**
- any-glob-to-any-file: ".github/**"

0 comments on commit 22c46bc

Please sign in to comment.