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

Added 'skip-i18n-push' label handling to GithubPRInfoCommand #14

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

maallen
Copy link
Member

@maallen maallen commented Aug 18, 2023

Updates the GithubPRInfoCommand to create an environment variable if a specified label is placed on a Github PR. This environment variable can be used in build scripts to early exit before a push occurs to the Mojito backend

@garionpin garionpin removed their request for review August 18, 2023 12:10
arity = 1,
required = false,
description = "Github label name that is used to trigger skipping i18n push")
String skipI18NPushLabel = "skip-i18n-push";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we plan to customize this?

Copy link
Member Author

Choose a reason for hiding this comment

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

I felt having an option to configure the label name to monitor for would be more useful than hard-coding it but for our purposes I still intend on using skip-i18n-push

@maallen maallen merged commit f070b7e into master Aug 22, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants