Skip to content

Commit 924f234

Browse files
committed
chore(github): Add CODEOWNERS
1 parent d87de0e commit 924f234

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @jenkinsci/openstack-cloud-parent

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,24 @@ java.lang.NoClassDefFoundError: org/apache/http/cookie/CookieSpecProvider -->
173173
</execution>
174174
</executions>
175175
</plugin>
176+
<plugin>
177+
<groupId>org.openrewrite.maven</groupId>
178+
<artifactId>rewrite-maven-plugin</artifactId>
179+
<version>6.9.0</version>
180+
<configuration>
181+
<exportDatatables>true</exportDatatables>
182+
<activeRecipes>
183+
<recipe>org.openrewrite.jenkins.github.AddTeamToCodeowners</recipe>
184+
</activeRecipes>
185+
</configuration>
186+
<dependencies>
187+
<dependency>
188+
<groupId>org.openrewrite.recipe</groupId>
189+
<artifactId>rewrite-jenkins</artifactId>
190+
<version>0.25.0</version>
191+
</dependency>
192+
</dependencies>
193+
</plugin>
176194
</plugins>
177195
</build>
178196
</profile>

0 commit comments

Comments
 (0)