Sometime a previously present file needs to be deleted from the repositories (like shared-overwrite/.github/actions/setup/action.yml that was deleted in #667).
Add support for MT.DELETE.<filename> files in /shared-overwrite/** in code_setup.sh so a file named shared-overwrite/.github/actions/setup/MT.DELETE.action.yml would have for consequence the deleting of .github/actions/setup/action.yml in the repositories.
Sometime a previously present file needs to be deleted from the repositories (like
shared-overwrite/.github/actions/setup/action.ymlthat was deleted in #667).Add support for
MT.DELETE.<filename>files in/shared-overwrite/**incode_setup.shso a file namedshared-overwrite/.github/actions/setup/MT.DELETE.action.ymlwould have for consequence the deleting of.github/actions/setup/action.ymlin the repositories.