Skip to content
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

Add support for filtering on PR Titles for Bitbucket Cloud/Server #21447

Open
jordan-simonovski opened this issue Jan 10, 2025 · 0 comments
Open
Labels
component:application-sets Bulk application management related enhancement New feature or request

Comments

@jordan-simonovski
Copy link

Summary

I'd like to add the ability to match on pull request titles for Bitbucket Cloud/Server. This change would introduce a new matchFilter in the existing code, and create an additional way to look for pull requests to generate an appset for.

Motivation

Currently using the pull request generator which matches on branches, and continually running into problems where the branch name doesn't contain the particular string we're matching for. Being able to change the PR title on the fly so that Argo can pick up a change for a particular app to test would make this a game changer!

Proposal

I've already tested this out in my fork where the change is to essentially add a TitleMatch to the Filter struct as well as to the Pull Request Generator Filter in applicationset_types.go

@jordan-simonovski jordan-simonovski added the enhancement New feature or request label Jan 10, 2025
@agaudreault agaudreault added the component:application-sets Bulk application management related label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:application-sets Bulk application management related enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants