Wauplin HF staff commited on
Commit
28f06f4
·
1 Parent(s): 3f40ea3
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -210,25 +210,20 @@ def _get_ci_space_id(space_id: str, pr_num: int) -> str:
210
 
211
 
212
  NOTIFICATION_TEMPLATE_CREATE = """\
213
- Hey there!
214
- Following the creation of this PR, an ephemeral Space [{ci_space_id}](https://huggingface.co/spaces/{ci_space_id}) has been launched.
215
- Any changes pushed to this PR will be synced with the test Space.
216
 
217
- If your Space needs configuration (secrets or upgraded hardware), you must duplicate this ephemeral Space to your account and configure the settings by yourself.
218
- You are responsible of making sure that the changes introduced in the PR are not harmful (leak secret, run malicious scripts,...)
219
 
220
  (This is an automated message. To disable the Spaces CI Bot, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook))
221
  """
222
 
223
  NOTIFICATION_TEMPLATE_UPDATE = """\
224
- Hey there!
225
  Following new commits that happened in this PR, the ephemeral Space [{ci_space_id}](https://huggingface.co/spaces/{ci_space_id}) has been updated.
226
 
227
  (This is an automated message. To disable the Spaces CI Bot, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook))
228
  """
229
 
230
  NOTIFICATION_TEMPLATE_DELETE = """\
231
- Hey there!
232
  PR is now merged/closed. The ephemeral Space has been deleted.
233
 
234
  (This is an automated message. To disable the Spaces CI Bot, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook))
 
210
 
211
 
212
  NOTIFICATION_TEMPLATE_CREATE = """\
213
+ Following the creation of this PR, an ephemeral Space [{ci_space_id}](https://huggingface.co/spaces/{ci_space_id}) has been launched. Any changes pushed to this PR will be synced with the test Space.
 
 
214
 
215
+ If your Space needs configuration (secrets or upgraded hardware), you must duplicate this ephemeral Space to your account and configure the settings by yourself. You are responsible of making sure that the changes introduced in the PR are not harmful (leak secret, run malicious scripts,...)
 
216
 
217
  (This is an automated message. To disable the Spaces CI Bot, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook))
218
  """
219
 
220
  NOTIFICATION_TEMPLATE_UPDATE = """\
 
221
  Following new commits that happened in this PR, the ephemeral Space [{ci_space_id}](https://huggingface.co/spaces/{ci_space_id}) has been updated.
222
 
223
  (This is an automated message. To disable the Spaces CI Bot, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook))
224
  """
225
 
226
  NOTIFICATION_TEMPLATE_DELETE = """\
 
227
  PR is now merged/closed. The ephemeral Space has been deleted.
228
 
229
  (This is an automated message. To disable the Spaces CI Bot, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook))