Add destination_files
to push to not overwrite certain files in Destination repo
#80
Labels
enhancement
New feature or request
💡 Feature proposal
Use-cases
In our destination repo, we want to have certain files that are only contained in it and not overwritten when pushed to. Specifically we have different github actions in the destination repo vs the SoT repo and don't want them overwritten.
Attempted solutions
I have already added
pr_exludes
to the github action config and it does not seem to be working. The other solution would be to just use our completely customcopy.bara.sky
file, but that removes a lot of the magic of this code that is very nice.Proposal
add
destination_files = glob(PR_INCLUDE, exclude = PR_EXCLUDE),
to the push workflowThe text was updated successfully, but these errors were encountered: