Skip to content

Instantly share code, notes, and snippets.

@almirsarajcic
Created October 12, 2023 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almirsarajcic/3a738b191dbda0fad5e80f4dc22dcd5c to your computer and use it in GitHub Desktop.
Save almirsarajcic/3a738b191dbda0fad5e80f4dc22dcd5c to your computer and use it in GitHub Desktop.
Ignore Heroicons during PR review
document.querySelectorAll('.file.js-file[data-file-type=".svg"][data-tagsearch-path*="heroicons"] .js-reviewed-checkbox:not([checked])').forEach((checkbox) => checkbox.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment