Merge .config files instead of defconfig
Save defconfig removes all Config items which have the default value. To avoid losing information, generate a full config file from each defconfig and merge the full config files together.
Also introduces an CI job to test if the cip_merged_configs were manually changed.