Created
October 20, 2014 03:16
-
-
Save youcune/88d89892b4ceed035b00 to your computer and use it in GitHub Desktop.
GitLab の Merge Request で適当に担当者を割り振る Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// [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