mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
dad6e290f8
Summary:Including author's name makes the replies more personalized. Closes https://github.com/facebook/react-native/pull/6545 Differential Revision: D3074715 Pulled By: mkonicek fb-gh-sync-id: ac21ddc2c2864585c3a16ad0be7619ba432831b3 shipit-source-id: ac21ddc2c2864585c3a16ad0be7619ba432831b3
2 lines
571 B
JavaScript
2 lines
571 B
JavaScript
javascript:(function(){$('#new_comment_field')[0].value='Hey @' + $(".timeline-comment-header-text").first().find(".author").text() + '! Thanks for making the pull request, but we are closing it due to inactivity (' + Math.round(Math.abs((Date.now() - new Date($(".timeline-comment-header-text").last().find("time").attr("datetime")).getTime())/(24*60*60*1000))) + ' days with no activity). If you want to get your proposed changes merged, please rebase your branch with master and send a new pull request. :)';/*$('button.btn-primary:contains("Comment")').click()*/})()
|