-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[aws-codebuild] Add support for COMMIT_MESSAGE on FilterGroup #9033
Comments
Hey @jacques- , thanks for opening the issue. Any chance you can open us a PR with this? 😃 Should be a simple change in this class:
Let me know if this is something that might be interesting for you! Thanks, |
Ok cool, I don't know typescript yet but I'll give it a go. |
Hey, I just ran into a use case with the same need. I'm happy to look into creating a PR for this in the next day or so if it isn't being worked by anyone else. One question I have (and excuse my ignorance here): my project works with the .NET implementation of CDK. What is the process for getting these changes in there? |
@jorge-barreto if you submit a change to the TypeScript code, it will be released for .NET - the logic is written only once and then distributed using JSII. |
Thanks for giving me the skinny on that; cool tech! |
You're welcome @jorge-barreto , thanks for the great PR! |
|
Codebuild FilterGroup (https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-codebuild.FilterGroup.html) contains methods to filter on all attributes except COMMIT_MESSAGE.
Use Case
Would like to set a COMMIT_MESSAGE filter on builds - need to do this manually at the moment.
Proposed Solution
Propose adding an
andCommitMessageIs
method to FilterGroup.Current workaround is to set this manually in console.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: