Skip to content

Instantly share code, notes, and snippets.

@CreatiCoding
Created October 1, 2022 16:03
Show Gist options
  • Save CreatiCoding/8ad7a335c602519a8e7d4901795a9226 to your computer and use it in GitHub Desktop.
Save CreatiCoding/8ad7a335c602519a8e7d4901795a9226 to your computer and use it in GitHub Desktop.
github action 마지막 workflow 자동으로 지우기
setTimeout(() => [...document.querySelectorAll('.timeline-comment-action.btn-link')].pop().click(), 0);
setTimeout(() => [...document.querySelectorAll('.details-overlay.details-overlay-dark.details-reset > summary')].pop().click(), 500);
setTimeout(() => document.querySelector('.btn-danger.btn.btn-block').click(), 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment