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
I also tested to remove something like githubBranch (which I understand should be auto-detected). It will overwrite the .spr.yml and set it to the default of master.
The text was updated successfully, but these errors were encountered:
Steps to reproduce for 0.14.9:
Run
git spr status
or something, it generates a config file that looks something likeMake some changes something like...
Run
git spr status
againWorks as expected. Changes retained.
Now add something new
Now run
git status spr
one more timeIt overwrites the config and removes the mergeQueue option going back to
I also tested to remove something like githubBranch (which I understand should be auto-detected). It will overwrite the .spr.yml and set it to the default of
master
.The text was updated successfully, but these errors were encountered: