Skip to content

Commit

Permalink
Update CODEOWNERS (#1132)
Browse files Browse the repository at this point in the history
* Update CODEOWNERS

* Update CODEOWNERS

* Fix indentation; add @Alex-Tideman

/cc @robholland
  • Loading branch information
stevekinney committed Feb 13, 2023
1 parent 42feca2 commit e5f4678
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,20 @@
# the repo. Unless a later match takes precedence,
# @temporalio/frontend-engineering will be requested for
# review when someone opens a pull request.
* @temporalio/frontend-engineering
* @temporalio/frontend-engineering
/src/routes/ @temporalio/frontend-engineering
/src/lib/holocene/ @rossedfort
/src/lib/components/ @rossedfort
/server/ @feedmeapples @robholland
*.go @feedmeapples @robholland
/src/types @stevekinney
/src/lib/models @stevekinney @Alex-Tideman
/src/lib/services @stevekinney @Alex-Tideman
/src/lib/utilities @stevekinney @Alex-Tideman
/src/lib/stores @stevekinney @Alex-Tideman
/src/routes/(import) @Alex-Tideman
/src/lib/services/data-converter.ts @Alex-Tideman @GiantRobots @robholland
/src/lib/services/data-encoder.ts @Alex-Tideman @GiantRobots @robholland
/.husky/ @stevekinney
/.github/ @stevekinney
/.vscode/ @stevekinney

2 comments on commit e5f4678

@vercel
Copy link

@vercel vercel bot commented on e5f4678 Feb 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-lyart.vercel.app
ui-git-main.preview.thundergun.io
ui.preview.thundergun.io

@vercel
Copy link

@vercel vercel bot commented on e5f4678 Feb 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

holocene – ./

holocene.preview.thundergun.io
holocene-git-main.preview.thundergun.io

Please sign in to comment.