Kaleo
Kaleo
It would be helpful to introduce a github action to generate a PR to format the code automatically
We didn't update the package on PyPI for a while, bettter to add Github Actions for it
That will be useful to show all tags in 'version': 
the current strategy ignores `exclude` if `include` exists: https://github.com/maxdome/swagger-combine/blob/master/src/SwaggerCombine.js#L87-L99 It may be confusing if someone has the configuration like this: (include all paths under `/api/products` excpet for `/api/products/{id}/recommendation`) ``` {...
- go version: go1.18.1 darwin/amd64 - os: masOS Big Sur 11.6.5 ## reproduce 1. create `main.go` ```go package main import ( "github.com/kevholditch/gokong" ) config := gokong.NewDefaultConfig() ``` 2. `go mod...
### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? ```Markdown Seems...