-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fallback Prefix? #49
Comments
Hi @Mike-EEE Thanks for your feedback. Not too hard to implement, have your example config working, but I'm not sure about the exact syntax.
Maybe it's best to quote all string values in the YAML examples anyway:
Another option is to have
This might be a bit confusing as GitHub has the notion of a "default branch" which is the fallback when the What do you think? |
Woohoo! Excellent, @robvanderleek thank you for looking into this. I am OK with using quotes around that asterisk. In fact, why not allow both asterisk and
This might be easy to solve if the field is named |
Hi @Mike-EEE OK, let's go with a quoted asterisk then 😄 I'll keep Your requested behaviour should work, just add a Let me know here how it works for you, closing this issue for now. |
Awesome! Thank you, @robvanderleek! |
Just a quick word here that this worked like a champ! I just tried this on ExtendedXmlSerializer/home#276 and it created a Thanks again. 👍 |
Hey @Mike-EEE 😄 Thanks a lot for the nice feedback! Rob |
Hey there... cool looking app. :) I was wondering if there is a way to set a default/fallback prefix for values configured.
Essentially, if there isn't a label that matches, I would like to create a branch that looks like
issues/i<id>
where<id>
is the issue number.Something like:
Thank you for any assistance/consideration. 👍
The text was updated successfully, but these errors were encountered: