The org.openrewrite.jenkins.github.AddTeamToCodeowners recipe has an issue where a * CODEOWNERS file is generated from a plugin that has been marked as excluded (introduced in #48) from having a team.
What is the smallest, simplest way to reproduce the problem?
Running the recipe on moderne.io for run-condition-extras-plugin.
The org.openrewrite.jenkins.github.AddTeamToCodeowners recipe has an issue where a
*
CODEOWNERS file is generated from a plugin that has been marked as excluded (introduced in #48) from having a team.What is the smallest, simplest way to reproduce the problem?
Running the recipe on moderne.io for run-condition-extras-plugin.
What did you expect to see?
No file added.
What did you see instead?
Visible in https://github.com/jenkinsci/run-condition-extras-plugin/pull/4
Are you interested in contributing a fix to OpenRewrite?
Yes.