Sync workflows across repos based on topic #6
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/application-template#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ryangr0 on GitHub.
Originally assigned to: @Ryangr0, @Copilot on GitHub.
As a developer working on multiple applications, multiple repo's at once, I want to always have the latest upstream changes of certain files like template-specific docs, workflow files, certain files in the root dir like editorconfig as well as maybe wanting to make my own changes to those synced files in specific application repos.
How could we do this best? I was thinking of using the topic to copy workflow files, but there may be better ways.
So far I've just been deleting the entire repos and then rebuilding them from actions, but that's no longer feasible and I have a few applications that are really starting to lag behind.