Wauplin HF staff commited on
Commit
f176410
1 Parent(s): d8053fc

fix ci space id

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ def notify_pr(
202
 
203
 
204
  def _get_ci_space_id(space_id: str, pr_num: int) -> str:
205
- return f"{CI_BOT_NAME}-{space_id.replace('/', '-')}-ci-pr-{pr_num}"
206
 
207
 
208
  NOTIFICATION_TEMPLATE_CREATE = """\
 
202
 
203
 
204
  def _get_ci_space_id(space_id: str, pr_num: int) -> str:
205
+ return f"{CI_BOT_NAME}/{space_id.replace('/', '-')}-ci-pr-{pr_num}"
206
 
207
 
208
  NOTIFICATION_TEMPLATE_CREATE = """\