Skip to content

chore: action to sync to mirror repo#8670

Merged
seshubaws merged 3 commits intoaws:developfrom
seshubaws:sync-mirror
Feb 20, 2026
Merged

chore: action to sync to mirror repo#8670
seshubaws merged 3 commits intoaws:developfrom
seshubaws:sync-mirror

Conversation

@seshubaws
Copy link
Copy Markdown
Contributor

@seshubaws seshubaws commented Feb 20, 2026

Which issue(s) does this change fix?

Action for mirror repo to pull periodically from public repo’s develop branch to keep the mirror in sync with public. The action runs twice daily and can be triggered manually. Action is not run on public repo (it’s skipped)

Tested with

act workflow_dispatch --job sync-from-public --dryrun
act workflow_dispatch --job sync-from-public --dryrun -env GITHUB_REPOSITORY=aws/aws-sam-cli

Why is this change necessary?

How does it address the issue?

What side effects does this change have?

Mandatory Checklist

PRs will only be reviewed after checklist is complete

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@seshubaws seshubaws requested a review from a team as a code owner February 20, 2026 01:20
@seshubaws seshubaws requested a review from bnusunny February 20, 2026 01:20
reedham-aws
reedham-aws previously approved these changes Feb 20, 2026
if: github.repository != 'aws/aws-sam-cli' # Only run in mirror repo
steps:
- name: Checkout public repo
uses: actions/checkout@v4
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think actions/checkout has v6 now that we're using in other places in the repo.

reedham-aws
reedham-aws previously approved these changes Feb 20, 2026
Co-authored-by: Renato Valenzuela <37676028+valerena@users.noreply.github.com>
@seshubaws seshubaws enabled auto-merge February 20, 2026 22:02
@seshubaws seshubaws added this pull request to the merge queue Feb 20, 2026
Merged via the queue into aws:develop with commit 216d42f Feb 20, 2026
44 checks passed
@seshubaws seshubaws deleted the sync-mirror branch February 23, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants