Skip to content

Commit 378568f

Browse files
authored
Update scripts/automated_ingestion/eessitarball.py
1 parent 32e50d1 commit 378568f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/automated_ingestion/eessitarball.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def make_approval_request(self):
400400
for path, meta in self.signatures.items():
401401
identity = meta.get("identity", "unknown")
402402
namespace = meta.get("namespace", "unknown")
403-
pr_body += f"- `{path}`: identity=`{identity}`, namespace=`{namespace}`\n"
403+
pr_body += f"- `{path}`\n - identity=`{identity}`, namespace=`{namespace}`\n"
404404
pr_title += ' :closed_lock_with_key:'
405405
self.git_repo.create_pull(title=pr_title, body=pr_body, head=git_branch, base='main')
406406
except Exception as err:

0 commit comments

Comments
 (0)