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

Feature flag: remove EXTERNAL_BUILD #8050

Merged
merged 1 commit into from
Mar 25, 2021
Merged

Conversation

stsewd
Copy link
Member

@stsewd stsewd commented Mar 24, 2021

This is already the default in both sites.
We already migrated projects to use the project setting.

This is already the default in both sites.
We already migrated projects to use the project setting.
self.project.has_feature(Feature.EXTERNAL_VERSION_BUILD),
self.project.external_builds_enabled,
event == GITHUB_PULL_REQUEST,
action,
Copy link
Member Author

Choose a reason for hiding this comment

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

action is already checked with action in [one, two] so there is no need to check it here

@stsewd stsewd merged commit b86e6f7 into master Mar 25, 2021
@stsewd stsewd deleted the remove-external-version-ff branch March 25, 2021 17:28
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.

2 participants