Skip to content

Commit 18641b8

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

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
@@ -428,7 +428,7 @@ def main():
428428
maintainer_file = Maintainers(args.maintainer_file)
429429

430430
if args.pull_request and args.manifest:
431-
dump_manifest_changes(gh, maintainer_file)
431+
dump_manifest_changes(gh, maintainer_file, args.pull_request)
432432
elif args.pull_request:
433433
process_pr(gh, maintainer_file, args.pull_request)
434434
elif args.issue:

0 commit comments

Comments
 (0)