Skip to content

Instantly share code, notes, and snippets.

@Cellule
Last active May 16, 2024 12:48
Show Gist options
  • Select an option

  • Save Cellule/8cef04d215d053bb16dbe8fe60744f52 to your computer and use it in GitHub Desktop.

Select an option

Save Cellule/8cef04d215d053bb16dbe8fe60744f52 to your computer and use it in GitHub Desktop.
Find and hide all github deployment messages in Pull Request messages even active ones
.TimelineItem:has(span[title~="Deployment"]) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment