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
| // ==UserScript== | |
| // @name Auto Rubocop Suggestion | |
| // @namespace https://champierre.com/ | |
| // @version 1.0 | |
| // @description Automatically fill the title and body of suggestions provided by reviewdog/action-rubocop | |
| // @author champierre | |
| // @match https://github.com/* | |
| // @grant none | |
| // ==/UserScript== |
OlderNewer