Skip to content

Commit 4e95b63

Browse files
committed
pr
Signed-off-by: Anas Nashif <[email protected]>
1 parent 18641b8 commit 4e95b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/set_assignees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def process_manifest():
9898
return areas
9999

100100

101-
def dump_manifest_changes(gh, maintainer_file, pr):
101+
def dump_manifest_changes(gh, maintainer_file, number):
102102
gh_repo = gh.get_repo(f"{args.org}/{args.repo}")
103103
pr = gh_repo.get_pull(number)
104104
fn = list(pr.get_files())

0 commit comments

Comments
 (0)