repo-sync / github-sync

⤵️ A GitHub Action for syncing current repository with remote
https://github.com/marketplace/actions/github-repo-sync
MIT License
393 stars 103 forks source link

GitHub Action is overwritten by the job that runs itself #109

Closed vicacheung closed 1 year ago

vicacheung commented 1 year ago

Workflow does not exist or does not have a workflow_dispatch trigger in this branch.

Using this GitHub Action will overwrite the workflow itself (in case of non-duplicate names), and it will only continue to run if the source repository has an identical workflow. 🙏Is it possible to set up automatic merging or pull request creation when conflicts exist?