actions-marketplace-validations/LaunchDarkly Code References in Pull Request

Find references to feature flags in your pull request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-tokenToken to use to authorize comments on PR. Typically the `GITHUB_TOKEN` secret or equivalent `github.token`.yes
access-tokenLaunchDarkly access tokenyes
project-keyLaunchDarkly project keynodefault
environment-keyLaunchDarkly environment key for creating flag linksnoproduction
placeholder-commentComment on PR when no flags are found. If flags are found in later commits, this comment will be updated.nofalse
include-archived-flagsScan for archived flagsnotrue
max-flagsMaximum number of flags to find per PRno5
base-uriThe base URI for the LaunchDarkly server. Most members should use the default value.nohttps://app.launchdarkly.com
check-extinctionsCheck if removed flags still exist in codebasenotrue
create-flag-linksCreate links to flags in LaunchDarkly. To use this feature you must use an access token with the `createFlagLink` role. To learn more, read [Flag links](https://docs.launchdarkly.com/home/organize/links).notrue
namedescription
any-modifiedReturns true if any flags have been added or modified in PR
modified-flagsSpace-separated list of flags added or modified in PR
modified-flags-countNumber of flags added or modified in PR
any-removedReturns true if any flags have been removed in PR
removed-flagsSpace-separated list of flags removed in PR
removed-flags-countNumber of flags removed in PR
any-changedReturns true if any flags have been changed in PR
changed-flagsSpace-separated list of flags changed in PR
changed-flags-countNumber of flags changed in PR
any-extinctReturns true if any flags have been removed in PR and no longer exist in codebase. Only returned if `check-extinctions` is true.
extinct-flagsSpace-separated list of flags removed in PR and no longer exist in codebase. Only returned if `check-extinctions` is true.
extinct-flags-countNumber of flags removed in PR and no longer exist in codebase. Only returned if `check-extinctions` is true.