You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add or remove labels on PRs if any flags have changed
70
72
- name: Add label
@@ -105,7 +107,7 @@ This action does not support monorepos or searching for flags across LaunchDarkl
105
107
| `max-flags` | <p>Maximum number of flags to find per PR</p> | `false` | `5` |
106
108
| `base-uri` | <p>The base URI for the LaunchDarkly server. Most members should use the default value.</p> | `false` | `https://app.launchdarkly.com` |
107
109
| `check-extinctions` | <p>Check if removed flags still exist in codebase</p> | `false` | `true` |
108
-
| `create-flag-links` | <p>Create links to flags in LaunchDarkly. To use this feature you must use an access token with the <code>createFlagLink</code> role.</p> | `false` | `false` |
110
+
| `create-flag-links` | <p>Create links to flags in LaunchDarkly. To use this feature you must use an access token with the <code>createFlagLink</code> role. To learn more, read <a href="https://docs.launchdarkly.com/home/organize/links">Flag links</a>.</p> | `false` | `false` |
Copy file name to clipboardExpand all lines: action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ inputs:
46
46
required: false
47
47
default: 'true'
48
48
create-flag-links:
49
-
description: Create links to flags in LaunchDarkly. To use this feature you must use an access token with the `createFlagLink` role.
49
+
description: Create 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).
0 commit comments