We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd50518 commit 18641b8Copy full SHA for 18641b8
scripts/set_assignees.py
@@ -428,7 +428,7 @@ def main():
428
maintainer_file = Maintainers(args.maintainer_file)
429
430
if args.pull_request and args.manifest:
431
- dump_manifest_changes(gh, maintainer_file)
+ dump_manifest_changes(gh, maintainer_file, args.pull_request)
432
elif args.pull_request:
433
process_pr(gh, maintainer_file, args.pull_request)
434
elif args.issue:
0 commit comments