Skip to content

Commit

Permalink
Fixes #21603 - Add code owners
Browse files Browse the repository at this point in the history
This is an experiment to implement github code owners[1]. The idea is
that the packaging team will be added to any changes to dependencies.
This should allow us to make the packaging changes needed keeping
nightlies working.

[1]: https://github.com/blog/2392-introducing-code-owners
  • Loading branch information
ekohl authored and tbrisker committed Nov 8, 2017
1 parent 0e569bb commit 17501e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Gemfile @theforeman/packaging
Rakefile.dist @theforeman/packaging
bundler.d/*.rb @theforeman/packaging
package.json @theforeman/packaging

0 comments on commit 17501e4

Please sign in to comment.