Releases: launchdarkly/find-code-references-in-pull-request
Releases · launchdarkly/find-code-references-in-pull-request
Environment Name
- If available the Environment Name will be displayed in front of the environment key.
- fixed bug where aliases show up multiple times.
Remove unneeded logging
v0.3.1 cleanup log
Push custom props to flag
If a feature flag is found it can push over the organization name and repo name along with the PR number that is referencing it. This is opted to be false for now but configurable via referencePRonFlag
.
Formatted Comments
Reformat Comment and support multiple environments (#7) * Reformat comment to be more readable using tables. * Handle json variations * Truncate variation info at 50 characters * Loop over environments commenting with settings
Fix Comments
Fixed
- Placeholder comments had an additional
$
causing incorrect value to be passed into action.
Placeholder Comments
Added
PLACEHOLDER_COMMENT
env var and input. If set to true a placeholder comment will be created even if no flags are found.
Fixed
accessToken
not getting passed into action.- Fail action if error getting flags.
Code References Settings
Changed
- Renamed settings to be similar to Code References.
Initial Release
v0.1.0 find flags action initial commit