Skip to content

Instantly share code, notes, and snippets.

@ace
Forked from lamp/quick_approve.js
Created November 7, 2022 14:39
Show Gist options
  • Save ace/88033f7023907688c718d8ca27e8d7b1 to your computer and use it in GitHub Desktop.
Save ace/88033f7023907688c718d8ca27e8d7b1 to your computer and use it in GitHub Desktop.
Mark All Issues on codeclimate as wontfix
$('li[data-issue-status-name="wontfix"]').each((i, e) => { e.click() })
$('input[name="commit"]').each((i, e) => { e.click() })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment