cooperspencer / gickup

https://cooperspencer.github.io/gickup-documentation/
Apache License 2.0
962 stars 34 forks source link

Gitea Destination: Support for creating organizations on demand #121

Closed miped closed 1 year ago

miped commented 1 year ago

I currently have a setup where i explicitly list the organizations that i want synced, because i need to create them in gitea before i can sync them. I was wondering if it would be possible to have gickup create the necessary organizations on demand?

At least for my use case, there is no risk of collisions, since the local gitea instance is purely for backup purposes.

cooperspencer commented 1 year ago

if you compile the latest commit on main, try to add createorg: true to your destination config for gitea. it should be able to create organizations if needed.

cooperspencer commented 1 year ago

fixed in the latest release v0.10.7

miped commented 1 year ago

Finally got around to testing this. Worked like a charm 👍