-
Notifications
You must be signed in to change notification settings - Fork 4.5k
aws-codepipeline: add GitPullRequestFilter for pipeline trigger #29126
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-codepipelineRelated to AWS CodePipelineRelated to AWS CodePipelineeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
Currently, CDK only supports GitPushFilter. However, CloudFormation already supports GitPullRequestFilter, which can also be supported by CDK.
Use Case
We would be good to trigger pipelines by git pull request filters.
Proposed Solution
Add gitPullRequestFilter parameter with new interface into GitConfiguration interface.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.128.0
Environment details (OS name and version, etc.)
MacOS 13.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-codepipelineRelated to AWS CodePipelineRelated to AWS CodePipelineeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2