Support PULL_REQUEST_MERGED EventAction in aws-codebuild module
See original GitHub issueNote: for support questions, please first reference our documentation, then use Stackoverflow. This repository’s issues are intended for feature requests and bug reports.
-
I’m submitting a …
- 🪲 bug report
- 🚀 feature request
- 📚 construct library gap
- ☎️ security issue or vulnerability => Please see policy
- ❓ support request => Please see note at the top of this template.
-
What is the current behavior? If the current behavior is a 🪲bug🪲: Please provide the steps to reproduce
aws-codebuild module does not support EventAction.PULL_REQUEST_MERGED
for FilterGroup creation for webhooks in a build project
- What is the expected behavior (or behavior of feature suggested)?
aws-codebuild would support PULL_REQUEST_MERGED as an EventAction type for webhook FilterGroup creation .inEventOf()
syntax.
Referenced here as supported by AWS Documentation.
- What is the motivation / use case for changing the behavior or adding this feature?
We want to use aws-cdk for the building of our entire CI/CD pipeline, but this is one thing preventing us from doing so.
-
Please tell us about your environment:
- CDK CLI Version: 1.2.0 (build 6b763b7)
- Module Version: 1.2.0
- OS: Windows 10
- Language: TypeScript
-
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top GitHub Comments
Thanks for the recommendation, but you can pry Intellij IDEA from my cold, dead hands 😄
No worries, I’m on it 😃