-
Notifications
You must be signed in to change notification settings - Fork 55
feat: sync mirror #1554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: sync mirror #1554
Conversation
|
A new generated diff is ready to view.
|
This comment has been minimized.
This comment has been minimized.
|
A new generated diff is ready to view.
|
|
A new generated diff is ready to view.
|
This comment has been minimized.
This comment has been minimized.
|
|
||
| jobs: | ||
| git-sync: | ||
| if: github.repository == 'awslabs/aws-sdk-kotlin' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In what situations would this check fail? Why is it necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Swift team has it and I'm pretty sure it's so that a push to the destination repo doesn't trigger a sync. We want pushes to the source repo to trigger a sync but not pushes to the destination repo.
|
|
A new generated diff is ready to view.
|
Affected ArtifactsChanged in size
|



Issue #
N/A
Description of changes
Syncs mirror's main branch on pushes to main
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.