Skip to content
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: release_project_sync script for review sync #6250

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Conversation

OmarIthawi
Copy link
Member

@OmarIthawi OmarIthawi commented Jun 6, 2024

Sync reviews and tags from the openedx-translations project into openedx-translations-<release-name> projects.

@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label Jun 6, 2024
@openedx-webhooks
Copy link

openedx-webhooks commented Jun 6, 2024

Thanks for the pull request, @OmarIthawi! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

  • supporting documentation
  • Open edX discussion forum threads
  • timeline information ("this must be merged by XX date", and why that is)
  • partner information ("this is a course on edx.org")
  • any other information that can help Product understand the context for the PR

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

Please let us know once your PR is ready for our review and all tests are green.

Copy link

github-actions bot commented Jun 6, 2024

✅ All translation files are valid.

This comment has been posted by the validate-translation-files.yml GitHub Actions workflow.

Copy link
Contributor

@brian-smith-tcril brian-smith-tcril left a comment

Choose a reason for hiding this comment

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

Overall this looks great! Only comment I have is that some of the code is quite similar to code in https://github.com/openedx/openedx-translations/blob/main/scripts/fix_transifex_resource_names.py, so it might be nice to pull some of that out into a shared file at some point, but that absolutely should not block merging/running this!

TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
run: |
make translations_scripts_requirements
python ./scripts/release_project_sync.py redwood
Copy link
Contributor

Choose a reason for hiding this comment

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

another non-blocking comment - we'll likely want to update this to not be hardcoded and instead be an option like we have in https://github.com/openedx/openedx-translations/blob/main/.github/workflows/extract-translation-source-files.yml

Copy link
Member Author

Choose a reason for hiding this comment

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

done.

Only comment I have is that some of the code is quite similar to code in https://github.com/openedx/openedx-translations/blob/main/scripts/fix_transifex_resource_names.py, so it might be nice to pull some of that out into a shared file at some point, but that absolutely should not block merging/running this!

I think the reuse might be overrated here since it's mostly a single method for getting the project. But a noteworthy point for sure.

@OmarIthawi OmarIthawi marked this pull request as ready for review June 7, 2024 02:07
@OmarIthawi OmarIthawi force-pushed the release_cut branch 2 times, most recently from 2d4dd23 to c541bee Compare June 7, 2024 02:14
@OmarIthawi OmarIthawi merged commit 289a86e into main Jun 7, 2024
5 checks passed
@OmarIthawi OmarIthawi deleted the release_cut branch June 7, 2024 02:16
@openedx-webhooks
Copy link

@OmarIthawi 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open-source-contribution PR author is not from Axim or 2U
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants