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

ci(root): add feature flag checker #5642

Merged
merged 3 commits into from
May 28, 2024
Merged

ci(root): add feature flag checker #5642

merged 3 commits into from
May 28, 2024

Commits on May 28, 2024

  1. Add LaunchDarkly flag finder workflow

    A new Github Actions workflow for finding LaunchDarkly feature flags was added to the codebase. Now we have better visibility regarding any feature flags that get introduced or removed with any PRs, helping maintain code quality. The spell check step has been temporarily disabled.
    Cliftonz committed May 28, 2024
    Configuration menu
    Copy the full SHA
    498e20f View commit details
    Browse the repository at this point in the history
  2. Add team membership check to workflow

    The commit adds a new step to the GitHub Actions workflow that checks if the creator of a pull request (PR) is a member of the specified team. If the PR creator is a team member, the workflow step for running the spell checker is skipped. This check is done using the GitHub API and the 'jq' command-line tool.
    Cliftonz committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a798599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c147f9 View commit details
    Browse the repository at this point in the history