Allow pull requests to count as git commits
This commit is contained in:
parent
5be5763ed0
commit
a6a89bd14a
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ module.exports = {
|
||||||
.fetch(messageId)
|
.fetch(messageId)
|
||||||
.then(async (message) => {
|
.then(async (message) => {
|
||||||
if (
|
if (
|
||||||
/http.:\/\/.*\/(commit|compare)\/.*/g.test(message.content)
|
/http.:\/\/.*\/(commit|compare|pull)\/.*/g.test(message.content)
|
||||||
) {
|
) {
|
||||||
dateVerified = true;
|
dateVerified = true;
|
||||||
verifyReason = 'Commit URL';
|
verifyReason = 'Commit URL';
|
||||||
|
|
Loading…
Reference in a new issue