You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If there would have feature like replace content when sync.
For example:
base repo have one readme file:
A-repo/README.md
and with synced to B repo, but under a sub direct using config yaml like this:
We need to change content inside readme.md
./CONTRIBUTING.md
=>../../CONTRIBUTING.md
(witch refers to B repo's CONTRIBUTING guide.At this situation, we cannot use
templates
because A-repo's README file is its repos main file, and github do not support any templates with md file.So we want some content replacement feature, to support add relative paths and/or change image link from relative to absolute (CDN) url:
Beta Was this translation helpful? Give feedback.
All reactions