Skip to content

Commit

Permalink
Cleanup PR for CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
RajeshThallam committed Dec 19, 2024
1 parent 199c946 commit 1a32d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +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$
^allow.txt$
^\Qnoxfile.py\E$
6 changes: 1 addition & 5 deletions .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,4 @@ jobs:
not-upper-or-lower-pattern: "[^A-ZÁÉÍÓÚÑÇÜa-záéíóúñçü]"
punctuation-pattern: "'"
only_check_changed_files: true
longest_word: "10"
exclude: |
.github/workflows/spelling.yaml
.github/spelling/allow.txt
.github/spelling/excludes.txt
longest_word: "10"

0 comments on commit 1a32d2c

Please sign in to comment.