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

Exclude specific branches detection not working in Amplify #2138

Open
ashokvaddevalli opened this issue Oct 22, 2024 · 1 comment
Open

Exclude specific branches detection not working in Amplify #2138

ashokvaddevalli opened this issue Oct 22, 2024 · 1 comment
Labels
feature-request New feature or request hosting Issue related to Amplify Hosting

Comments

@ashokvaddevalli
Copy link

Environment information

I am trying to exclude develop, release, prod branches and remaining all branches need to be detect in Amplify but it is not working exclude detect branches.

*,!release,!prod,!develop (noticed after save it is moving automatically order like this  !release,!prod,!develop,*) - Not working exclude branches

"*","!release","!develop","!prod" - Noticed after save it is changing order like this "!develop","!prod","!release","*" - Not working exclude branches

How to exclude specific branches and remaining all branches need to include for auto detect in Amplify?

Describe the bug

I am trying to exclude develop, release, prod branches and remaining all branches need to be detect in Amplify but it is not working exclude detect branches.

,!release,!prod,!develop (noticed after save it is moving automatically order like this !release,!prod,!develop,) - Not working exclude branches

"","!release","!develop","!prod" - Noticed after save it is changing order like this "!develop","!prod","!release","" - Not working exclude branches

How to exclude specific branches and remaining all branches need to include for auto detect in Amplify?

Reproduction steps

I am trying to exclude develop, release, prod branches and remaining all branches need to be detect in Amplify but it is not working exclude detect branches.

,!release,!prod,!develop (noticed after save it is moving automatically order like this !release,!prod,!develop,) - Not working exclude branches

"","!release","!develop","!prod" - Noticed after save it is changing order like this "!develop","!prod","!release","" - Not working exclude branches

How to exclude specific branches and remaining all branches need to include for auto detect in Amplify?

@ashokvaddevalli ashokvaddevalli added the pending-triage Incoming issues that need categorization label Oct 22, 2024
@ykethan ykethan added the console Issues related to Amplify console UI/UX label Oct 22, 2024
@Jay2113 Jay2113 added hosting Issue related to Amplify Hosting feature-request New feature or request and removed console Issues related to Amplify console UI/UX pending-triage Incoming issues that need categorization labels Oct 24, 2024
@Jay2113
Copy link

Jay2113 commented Oct 25, 2024

Hi @ashokvaddevalli 👋 , thanks for reaching out. We currently do not support extended glob patterns for the branch auto-detection feature and marking this as a feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request hosting Issue related to Amplify Hosting
Projects
None yet
Development

No branches or pull requests

3 participants