You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: support fallback to default profile and region
By moving the remote logic to its own class it allows us to encapsulate the behaviour. And making it easier to extend the behaviour.
Support both `codecommit://` and `codecommit::://` notations.
Fixes issue #7
What were you trying to accomplish?
Expected Behavior
When executing the
pull-request-codecommit
command while using acodecommit::eu-west-1://my-repo
remote fails to read the region and repo name.Current Behavior
Possible Solution
Fallback on a default aws profile when no profile is given. This is the same behaviour as the cli. Or use the
AWS_PROFILE
environment variable.Steps to Reproduce (for bugs)
codecommit::eu-west-1://my-repo
as a remote.pull-request-codecommit
command.Environment
The text was updated successfully, but these errors were encountered: