Skip to content

Commit

Permalink
chore: Add tool-versions and CodeOwners file (flyteorg#259)
Browse files Browse the repository at this point in the history
* chore: tools versioning

Signed-off-by: Nastya Rusina <[email protected]>

* chore: add codeowners file

Signed-off-by: Nastya Rusina <[email protected]>
  • Loading branch information
anrusina authored Jan 13, 2022
1 parent 3e69b11 commit b0f4692
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nodejs 14.18.3
yarn 1.22.10
8 changes: 8 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See: https://help.github.com/articles/about-codeowners/
# Each line is a file pattern followed by one or more owners. It is setup in next pattern:
# Folder[/file_name] owner1 owner2

# These owners will be the default owners for everything in the repo.
# Unless a later match takes precedence.

* @flyteorg/fe-engineers

0 comments on commit b0f4692

Please sign in to comment.