Skip to content

Commit 6792d38

Browse files
authored
Update auto-quarantine message (#17547)
1 parent 07fc14b commit 6792d38

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

warehouse/observations/tasks.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,7 @@ def evaluate_project_for_quarantine(
234234
"type": "section",
235235
"text": {
236236
"type": "mrkdwn",
237-
"text": (
238-
f"*PyPI Admin - Automated Quarantine*\n"
239-
f"*<{project_page}|Project: {project.name}>*"
240-
),
237+
"text": f"*Auto-Quarantine: <{project_page}|{project.name}>*",
241238
},
242239
},
243240
{

0 commit comments

Comments
 (0)