We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b85628 commit cc018edCopy full SHA for cc018ed
backend/monitor/views.py
@@ -1,5 +1,4 @@
1
import requests
2
-
3
from django.conf import settings
4
from django.http.response import HttpResponse
5
from django.views.generic.base import View
@@ -37,7 +36,7 @@ def get(self, request):
37
36
pulls.append(
38
{
39
"url": f"https://pr-{pull['number']}.{product_url}",
40
- "status": label["name"].split(":")[1]
+ "status": label["name"].split(":")[1],
41
}
42
)
43
break
0 commit comments