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.
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.