Allow pull requests to count as git commits

This commit is contained in:
Michael 2024-12-29 23:04:11 -06:00
parent 5be5763ed0
commit a6a89bd14a

View file

@ -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';