Skip to content

Instantly share code, notes, and snippets.

View dougbacelar's full-sized avatar

Doug Bacelar dougbacelar

View GitHub Profile
@the-glima
the-glima / pr-check.js
Last active April 4, 2020 02:23
Automated checks when creating PRs
// ==UserScript==
// @name Github PR
// @namespace https://github.com/gabrihellmateus/
// @version 0.1
// @description Automate tasks for helping creating PRs
// @author Gabriel Lima (inspired by Doug Bacelar)
// @match https://github.com/gabrihellmateus/mercearia/pull/*
// ==/UserScript==
(function() {