Add missing semicolon

Signed-off-by: Willy Go <willy.go@iress.com>
This commit is contained in:
Willy Go
2022-09-26 16:04:57 +10:00
parent 304305dd20
commit 72df5f8c51
@@ -86,7 +86,7 @@ const allowAutoMerge = {
title: 'Allow Auto Merges',
type: 'boolean',
description: `Allow individual PRs to merge automatically when all merge requirements are met. The default value is 'false'`,
}
};
const collaborators = {
title: 'Collaborators',
description: 'Provide additional users or teams with permissions',