setup-opentofu/CODEOWNERS
Line: 7: incorrect codeowner organization: opentofu/maintainers Line: 7: no users/groups matched Line: 12: incorrect codeowner user: diofeher Line: 12: no users/groups matched
Diógenes Fernandes 5a7ce099f4
Update CODEOWNERS to assign Dependabot issues (#69)
Signed-off-by: Diógenes Fernandes <diofeher@gmail.com>
2025-10-01 04:28:33 -03:00

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