Skip to content

Commit

Permalink
Merge pull request #810 from db-ui/mfranzke-patch-1
Browse files Browse the repository at this point in the history
refactor: update labeler configuration
  • Loading branch information
mfranzke authored Jan 11, 2024
2 parents aa86c8f + dcd5a64 commit 29169a1
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,17 +1,20 @@
---
cicd:
- .github/*
- .github/**/*
- changed-files:
- any-glob-to-any-file: [".github/*", ".github/**/*"]

angular:
- angular-example/**
- changed-files:
- any-glob-to-any-file: "angular-example/**"

react:
- react-example/**
- changed-files:
- any-glob-to-any-file: "react-example/**"

react-tailwind:
- react-tailwind
- -example/**
- changed-files:
- any-glob-to-any-file: ["react-tailwind", "-example/**"]

vue:
- vue-example/**
- changed-files:
- any-glob-to-any-file: "vue-example/**"

0 comments on commit 29169a1

Please sign in to comment.