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: check makemessages #2155

Merged
merged 3 commits into from
Jun 11, 2024
Merged

Feat: check makemessages #2155

merged 3 commits into from
Jun 11, 2024

Conversation

angela-tran
Copy link
Member

Similar to #2122, this PR adds a workflow to check that the Django message files are up-to-date.

Rather than making a new workflow, I added a step to the existing check-makemigrations workflow so that the two steps can use the same runner that has already checked out the repo, installed system packages, installed Python packages, etc. and to minimize the amount time it takes to check migrations and messages. (See #2092 (comment) for more context on required checks.)

@angela-tran angela-tran self-assigned this Jun 10, 2024
@angela-tran angela-tran requested a review from a team as a code owner June 10, 2024 22:44
@github-actions github-actions bot added the actions Related to GitHub Actions workflows label Jun 10, 2024
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

Copy link
Member

@thekaveman thekaveman left a comment

Choose a reason for hiding this comment

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

Nice, makes sense to combine into a single check.

You'll need to update the branch protection in order to merge this PR, since the check-makemigrations check was renamed by this PR and won't ever run.

@angela-tran
Copy link
Member Author

Nice, makes sense to combine into a single check.

You'll need to update the branch protection in order to merge this PR, since the check-makemigrations check was renamed by this PR and won't ever run.

Thanks! I updated the branch protection for dev, test, and prod.

@angela-tran angela-tran merged commit efcebc8 into dev Jun 11, 2024
10 checks passed
@angela-tran angela-tran deleted the feat/check-makemessages branch June 11, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actions Related to GitHub Actions workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants