Implemented git add and commit for second metadata review step, and create it function to checkout branches.

This commit is contained in:
2024-03-27 14:22:25 +01:00
parent 56010f58ad
commit 6aa98b71b3
2 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,7 @@ except Warning as ex:
submit_review = True
if submit_review:
metadata_review_lib.second_submit_metadata_review(output_filename_path)
metadata_review_lib.second_submit_metadata_review(output_filename_path,initials='NG')
output_yml_filename_path_tail, filename = os.path.split(output_yml_filename_path)
if os.path.exists(os.path.join(os.path.join(os.path.abspath(os.curdir),"review"),filename)):

View File

@ -1,2 +1 @@
under review
submitted
under review