Skip to content

Repository files navigation

Auto Synchronize forked repositories

This repository automates the synchronization of forked repositories for the GitHub namespace PLC2. The algorithm lives in the reusable action pyTooling/SynchronizeForks; this repository contributes only the workflow calling it and the configuration files (*.repos) listing the forks as well as the branches and tags to synchronize.

Synchronized repositories

Which branches and tags of each fork are synchronized is in the *.repos files; repeating it here would only go out of date.

Configuration File Formats

.ALL.repos lists the upstream organisations, one per line. Each of them has a matching <organisation>.repos file listing its forks as <upstream>=<fork>:<branches>[:<tagPatterns>], the tag patterns being optional. A line starting with # is a comment. See the action's README for the authoritative description.

Documentation

See pyTooling/SynchronizeForks for the action: its parameters, the configuration file format, what it reports as an error, and how branches and tags are synchronized.

About

Auto Synchronize forked repositories.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors