Spaces:
Running
Running
burtenshaw
commited on
Commit
Β·
7162d87
1
Parent(s):
ec512db
lof not pr
Browse files
app.py
CHANGED
@@ -405,7 +405,7 @@ async def webhook_handler(request: Request, background_tasks: BackgroundTasks):
|
|
405 |
action_check = action == "create"
|
406 |
not_pr = not payload["discussion"]["isPullRequest"]
|
407 |
scope_check = scope_check and not_pr
|
408 |
-
|
409 |
print(f"β
scope_check: {scope_check}")
|
410 |
print(f"β
action_check: {action_check}")
|
411 |
|
|
|
405 |
action_check = action == "create"
|
406 |
not_pr = not payload["discussion"]["isPullRequest"]
|
407 |
scope_check = scope_check and not_pr
|
408 |
+
print(f"β
not_pr: {not_pr}")
|
409 |
print(f"β
scope_check: {scope_check}")
|
410 |
print(f"β
action_check: {action_check}")
|
411 |
|