Skip to content

Commit

Permalink
Merge pull request #11155 from ia3andy/edit-issue-labeler
Browse files Browse the repository at this point in the history
Update autoissuelabeler.yml for ia3andy
  • Loading branch information
gsmet authored Aug 3, 2020
2 parents 7b348fc + ef26101 commit 757fa59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/autoissuelabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
- labels: [area/maven]
title: "(?i).*maven.*"
notify: [quarkusio/devtools]
- labels: [area/codestarts]
title: "(?i).*codestart.*"
description: "(?i).*codestart.*"
notify: [quarkusio/devtools,ia3andy]
- labels: [area/hibernate-reactive, area/persistence]
title: "(?i).*hibernate reactive.*"
description: "(?i).*hibernate reactive.*"
Expand Down
10 changes: 0 additions & 10 deletions independent-projects/tools/codestarts/codestarts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,3 @@ The Foo Example shows...
- Write the config in `src/main/resources/application.yml`.
It is going to be merged with the other codestarts config and automatically converted to the selected config type (yaml or properties).
- you can add languages independently

== Problems to solve

- How to test that (in combinations)?
- Dependencies conflicts?
- Config conflicts?
- Versioning?
- Dynamic paths for dynamic package names (should or should not do)?
- `/{project.package-name}` or auto-replace `org.acme`
- We could add `foo.data.qute` processed and made available in data `foo` as a collection to other templates

0 comments on commit 757fa59

Please sign in to comment.