Skip to content

Add support for codebuild github PR refs pattern

Latest
Compare
Choose a tag to compare
@jlhood jlhood released this 12 May 15:30
· 1 commit to master since this release

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