Spaces:
Build error
Build error
wording
Browse files
app.py
CHANGED
@@ -214,19 +214,19 @@ Following the creation of this PR, an ephemeral Space [{ci_space_id}](https://hu
|
|
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
|
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
|
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
|
230 |
"""
|
231 |
|
232 |
|
|
|
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 me, 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 me, 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 me, please unregister using [this form](https://huggingface.co/spaces/spaces-ci-bot/webhook))
|
230 |
"""
|
231 |
|
232 |
|