Skip to content

Conversation

@LindseyB
Copy link
Owner

@LindseyB LindseyB commented Feb 1, 2026

This pull request introduces a new GitHub Actions workflow to automate the detection and labeling of LaunchDarkly feature flag changes in pull requests targeting the main branch. The workflow scans for feature flag modifications and adds or removes a "feature flags" label on the PR based on whether any flags were changed.

LaunchDarkly feature flag automation:

  • Added .github/workflows/launchdarkly-code-refs.yml to automatically detect LaunchDarkly feature flag changes in pull requests to the main branch.
  • The workflow uses the launchdarkly/find-code-references-in-pull-request action to scan for flag changes and applies or removes the "feature flags" label accordingly.

@LindseyB LindseyB requested a review from Copilot February 1, 2026 03:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces automated LaunchDarkly feature flag detection and labeling for pull requests targeting the main branch. The workflow scans PRs for feature flag changes and manages a "feature flags" label accordingly.

Changes:

  • Added a GitHub Actions workflow that triggers on PR events (opened, synchronize, reopened)
  • Integrated LaunchDarkly's code reference action to detect flag changes in PR diffs
  • Implemented automatic label management based on flag change detection

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@LindseyB LindseyB requested a review from Copilot February 1, 2026 03:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@LindseyB LindseyB merged commit 9f662fe into main Feb 1, 2026
2 checks passed
@LindseyB LindseyB deleted the add-ld-flag-action branch February 1, 2026 03:07
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.

1 participant