Skip to content

Instantly share code, notes, and snippets.

@youcune
Created October 20, 2014 03:16
Show Gist options
  • Save youcune/88d89892b4ceed035b00 to your computer and use it in GitHub Desktop.
Save youcune/88d89892b4ceed035b00 to your computer and use it in GitHub Desktop.
GitLab の Merge Request で適当に担当者を割り振る Bookmarklet
// [62,87 ... ] は選ばれる可能性のあるユーザの id を配列で指定しておく
javascript:(function(){var a=[62,87,138,161,179];var b=a[new%20Date().getTime()%a.length];$('#merge_request_assignee_id').val(b).trigger('change')})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment