Created
October 3, 2019 07:27
-
-
Save yuanying/dbd03881d6d4a79a8e480e9cb5b378e4 to your computer and use it in GitHub Desktop.
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
issue = ARGV[0][/(\d+)/, 1] | |
author = ARGV[1] | |
puts "([##{issue}](https://github.com/kubernetes/kubernetes/pull/#{issue}), [#{author}](https://github.com/#{author}))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment