Skip to content
Prev Previous commit
Remove author info
  • Loading branch information
Mariatta committed Dec 30, 2018
commit c20e8e969071b4e9f5c729a9500c508d46dda62a
4 changes: 2 additions & 2 deletions blurb_it/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ async def handle_add_blurb_post(request):
print(f"{session_context['username']} is core dev {is_core_dev} ")
if is_core_dev:
try:
put_data["author"] = {"name": "Miss Islington (bot)", "email": "[email protected]"}
put_data["committer"] = {"name": "Miss Islington (bot)", "email": "[email protected]"}
# put_data["author"] = {"name": "Miss Islington (bot)", "email": "[email protected]"}
# put_data["committer"] = {"name": "Miss Islington (bot)", "email": "[email protected]"}
response = await mi_gh.put(
f"/repos/{pr_repo_full_name}/contents/{path}",
data=put_data,
Expand Down