lab132 / buildbot-gitea

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

Gitea Step Source tries to apply Merge on all codebases #22

Open pampersrocker opened 3 years ago

pampersrocker commented 3 years ago

Currently, the step source does not check if the PR is from the specified codebase and blindly tries to apply the PR in the build request on all Gitea steps in a build. A workaround is to use the regular Git step for non PR related repos, but the step should check if the PR data is relevant for it.