lab132 / buildbot-gitea

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

Add parameter to ignore mergeable check #33

Closed r7l closed 1 year ago

r7l commented 1 year ago

As discussed in #31 this PR will add a parameter to skip mergeable checks.

Sorry, it took quite some time but i wanted to test this properly. Had to set up another Buildbot environment for it. It's just a single line but i still didn't want to break my main one.

pampersrocker commented 1 year ago

Thanks, looking good! I will probably create some unit tests for this and make a new version soon ™️

bilderbuchi commented 1 year ago

@pampersrocker Any chance for that new release? We just tried to work around https://github.com/go-gitea/gitea/issues/25849 by following the Readme, but it did not affect anything. Only later did we realise that this new feature is not in the latest release, and had to install buildbot-gitea by git hash.

So, we solved the immediate issue, but a published release at some point would be good.