Created
September 19, 2023 13:56
-
-
Save shayaantx/bb40ccb8f7982a371aac7ea7a8a68020 to your computer and use it in GitHub Desktop.
hide-deployment-events-github-pr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.js-timeline-item div.js-socket-channel[data-url*="deployed_event"] { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment