Skip to content

Releases: launchdarkly/find-code-references-in-pull-request

Environment Name

22 Apr 17:55
01f76b2
Compare
Choose a tag to compare
  • 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

22 Apr 15:10
Compare
Choose a tag to compare
v0.3.1

cleanup log

Push custom props to flag

22 Apr 15:02
4117811
Compare
Choose a tag to compare

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

21 Apr 17:13
566bf17
Compare
Choose a tag to compare
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

12 Apr 14:26
07c76ef
Compare
Choose a tag to compare

Fixed

  • Placeholder comments had an additional $ causing incorrect value to be passed into action.

Placeholder Comments

12 Apr 13:56
Compare
Choose a tag to compare

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

12 Apr 13:17
Compare
Choose a tag to compare

Changed

  • Renamed settings to be similar to Code References.

Initial Release

12 Apr 12:26
Compare
Choose a tag to compare
v0.1.0

find flags action initial commit