Skip to content

Commit

Permalink
Add CODEOWNERS (#154)
Browse files Browse the repository at this point in the history
* Add CODEOWNERS

* Add spell check

* Fix spell check

* Fix spell check

* Fix spell check (again)

* Add spelling to Github actions

* Cleanup PR for CODEOWNERS
  • Loading branch information
RajeshThallam authored Dec 19, 2024
1 parent 59f5fe4 commit 2225f1c
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 112 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -1136,3 +1136,4 @@ ytd
yticks
zakarid
zaxis
Thallam
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ ignore$
^\Qworkshops/ai-agents/ai_agents_for_engineers.ipynb\E$
^\Qowlbot.py\E$
^\Q.github/workflows/issue_assigner/assign_issue.py\E$
^\Qnoxfile.py\E$
^\Qnoxfile.py\E$
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ jobs:
not-upper-or-lower-pattern: "[^A-ZÁÉÍÓÚÑÇÜa-záéíóúñçü]"
punctuation-pattern: "'"
only_check_changed_files: true
longest_word: "10"
longest_word: "10"
110 changes: 0 additions & 110 deletions .github/workflows/update_notebook_links.py

This file was deleted.

6 changes: 6 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# See https://help.github.com/en/articles/about-code-owners
# for more info about CODEOWNERS file.

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

0 comments on commit 2225f1c

Please sign in to comment.