Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Jul 13, 2022
1 parent 23d0b47 commit bbd3ef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/AssignReviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
script: |
from codeowners import CodeOwners
from git import Git
reviewers = CodeOwners(open('.github/REVIEWERS').read())
for File in Git('.').ls_files().split():
print (File, reviewers.of(File))
print (File, reviewers.of(File))

0 comments on commit bbd3ef4

Please sign in to comment.