autowarefoundation / autoware

Autoware - the world's leading open-source software project for autonomous driving
https://www.autoware.org/
Apache License 2.0
9.02k stars 3.02k forks source link

Unify source files for sync-file action into one repository #4058

Open isamu-takagi opened 9 months ago

isamu-takagi commented 9 months ago

Checklist

Description

Autoware repositories shares setting files using sync-file, but there is many source repository and it is difficult to know which files should be synchronized from.

For example, the sync-file.yaml in autoware.universe repository is copying files from autoware, autoware_common, and autoware-documentation repositories.

Purpose

By unifying source files for sync-file action into one repository, the settings for sync-file action will be easier to understand.

Possible approaches

Create a new repository to store the sync source files and place sync source files under an arbitrary directory to separate it from the repository own settings.

Definition of done

isamu-takagi commented 9 months ago

@mitsudome-r @xmfcx Could you please create a new repository? Repository name: sync-file-templates

mitsudome-r commented 9 months ago

I have created the repository: https://github.com/autowarefoundation/sync-file-templates