This release adds support for CodeBuild PR triggers that use SourceVersion = refs/pull/{pr-number}/head^{full-commit-SHA})
pattern. Thanks to @mufaddal-rohawala for contributing the feature!
This release also upgrades the Lambda functions from python3.8 to python3.12 as python3.8 is nearing deprecation.
Change Log:
(#45) add support for codebuild github PR refs pattern
(#46) Upgrade to python3.12