diff --git a/scripts/chores.py b/scripts/chores.py index 38a3ddf..8e8aa04 100644 --- a/scripts/chores.py +++ b/scripts/chores.py @@ -43,6 +43,8 @@ headers = { "Authorization": "token " + TOKEN, } +print(f"Creating issue with payload:\n{payload}") + request = urllib.request.Request( f"{FORGEJO_URL}/api/v1/repos/{REPO_OWNER}/{REPO_NAME}/issues", data=json.dumps(payload).encode("utf-8"),