Skip to content

Commit

Permalink
Update auto-quarantine message (#17547)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Feb 3, 2025
1 parent 07fc14b commit 6792d38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions warehouse/observations/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,7 @@ def evaluate_project_for_quarantine(
"type": "section",
"text": {
"type": "mrkdwn",
"text": (
f"*PyPI Admin - Automated Quarantine*\n"
f"*<{project_page}|Project: {project.name}>*"
),
"text": f"*Auto-Quarantine: <{project_page}|{project.name}>*",
},
},
{
Expand Down

0 comments on commit 6792d38

Please sign in to comment.