From ea01f3cc2460d393b16978f3529b4a7534c59afa Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Mon, 28 Nov 2022 14:23:28 -0600 Subject: [PATCH] added comment --- src/ontobot_change_agent/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontobot_change_agent/cli.py b/src/ontobot_change_agent/cli.py index 0d30fcf..2f0d847 100644 --- a/src/ontobot_change_agent/cli.py +++ b/src/ontobot_change_agent/cli.py @@ -171,7 +171,7 @@ def process_issue(input: str, repo: str, label: str, number: int, state: str, ou formatted_body += _list_to_markdown(KGCL_COMMANDS) formatted_body += "
Fixes #" + str(issue["number"]) - + #TODO: remove `set-output` when env var setting is confirmed. with open(os.getenv("GITHUB_ENV"), "a") as env: print(f"PR_BODY={formatted_body}", file=env) print(f"PR_TITLE={issue[TITLE]}", file=env)