mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-05 23:34:45 +00:00
12 lines
767 B
Text
12 lines
767 B
Text
# Each line is a file pattern followed by one or more owners.
|
|
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
|
|
|
# We currently do not have any specific code owners
|
|
# In the future, we will have a Github team of global code owners of the entire package
|
|
# Later on, we will start splitting up the responsibilities, and packages will be assigned more specific code owners
|
|
* @opentofu/maintainers
|
|
|
|
# The last matching pattern takes the most precedence for CODEOWNERS. CODEOWNERS does not have fine-grained control so we will
|
|
# just match whole changes for these specific files, but @diofeher is responsible for taking care of the Dependabot updates
|
|
# in this repository.
|
|
package*.json @diofeher
|