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
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Add action to push (mirror) changes to a different repository
Add action to push (mirror) changes to a different repository (OSOE-737)
Nov 23, 2023
Git-hg Mirror only pushes to the target repo if there are changes. This needs to retain that functionality, because unnecessary git pushes are frowned upon by GitHub.
For example to sync changes from our working repository of a project to release to the client's. Check if there are suitable actions in the GitHub Marketplace to wrap, e.g., https://github.com/marketplace/actions/mirror-repository.
Empty
git push
es must be prevented by checking the state of the target remote withgit log
, also see Lombiq/Git-hg-Mirror-Daemon#2.Jira issue
The text was updated successfully, but these errors were encountered: