mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Add TODO
This commit is contained in:
parent
3a12f71ab9
commit
016ae273a2
1 changed files with 1 additions and 0 deletions
1
.github/scripts/assign_reviewers.py
vendored
1
.github/scripts/assign_reviewers.py
vendored
|
|
@ -25,6 +25,7 @@ def get_file_owners(file_path, codeowners_lines):
|
|||
return [] # Should never happen, but just in case
|
||||
|
||||
def main():
|
||||
# TODO Remove PR owner from owners list so they don't tag themselves
|
||||
g = Github(os.environ['GITHUB_TOKEN'])
|
||||
repo = g.get_repo("huggingface/transformers")
|
||||
with open(os.environ['GITHUB_EVENT_PATH']) as f:
|
||||
|
|
|
|||
Loading…
Reference in a new issue