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)
.then(async (message) => {
if (
/http.:\/\/.*\/(commit|compare)\/.*/g.test(message.content)
/http.:\/\/.*\/(commit|compare|pull)\/.*/g.test(message.content)
) {
dateVerified = true;
verifyReason = 'Commit URL';