lab132 / buildbot-gitea

Buildbot plugin for integration with gitea.
MIT License
62 stars 21 forks source link

no change found on tag push #36

Closed tadeas-vintrlik closed 9 months ago

tadeas-vintrlik commented 11 months ago

Hi, when pushing a tag the webhook json would not contain any commits only a head_commit as per https://github.com/go-gitea/gitea/pull/18173.

This in return would mean that the plugin will not detect any changes as it only checks commits. This is quite problematic as our workflow depends on creating a release on tag pushes.

I think the fix should be fairly straight forward and I would even be willing to submit a PR should that be welcome.

Thank you in advance.

pampersrocker commented 11 months ago

Thanks for the discovery, a PR is very welcome as I am extremely busy at the moment.