This commit is contained in:
stupidcomputer 2024-10-09 07:54:52 -05:00
parent e0bd35cb6d
commit 5a2e6c1f87
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,7 @@ def gitea_handle_issue_action():
github = Github(app.config["GITHUB_ACCESS_TOKEN"])
data = request.json
print(data)
try:
event_type = data["action"]
@ -219,6 +220,7 @@ def github_handle_issue_action():
github = Github(app.config["GITHUB_ACCESS_TOKEN"])
data = request.json
print(data)
try:
event_type = data["action"]