Skip to content

Instantly share code, notes, and snippets.

@tatocaster
Forked from lamp/quick_approve.js
Created September 30, 2022 07:08
Show Gist options
  • Select an option

  • Save tatocaster/1f3077e873b2b3985a4468246f7d20b6 to your computer and use it in GitHub Desktop.

Select an option

Save tatocaster/1f3077e873b2b3985a4468246f7d20b6 to your computer and use it in GitHub Desktop.

Revisions

  1. @lamp lamp created this gist Oct 18, 2017.
    2 changes: 2 additions & 0 deletions quick_approve.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    $('li[data-issue-status-name="wontfix"]').each((i, e) => { e.click() })
    $('input[name="commit"]').each((i, e) => { e.click() })