-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
LaunchDarklyReleaseBot
committed
Jan 8, 2024
1 parent
53e22e1
commit fc57a82
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
with: | ||
fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions | ||
- name: LaunchDarkly Code References | ||
uses: launchdarkly/[email protected].4 | ||
uses: launchdarkly/[email protected].5 | ||
with: | ||
accessToken: ${{ secrets.LD_ACCESS_TOKEN }} | ||
projKey: LD_PROJECT_KEY | ||
|
@@ -61,7 +61,7 @@ jobs: | |
with: | ||
fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions | ||
- name: LaunchDarkly Code References | ||
uses: launchdarkly/[email protected].4 | ||
uses: launchdarkly/[email protected].5 | ||
with: | ||
accessToken: ${{ secrets.LD_ACCESS_TOKEN }} | ||
projKey: LD_PROJECT_KEY | ||
|
@@ -86,4 +86,5 @@ If the action fails, there may be a problem with your configuration. To investig | |
| lookback | Set the number of commits to search in history for whether you removed a feature flag from code. You may set to 0 to disable this feature. Setting this option to a high value will increase search time. | `false` | 10 | | ||
| projKey | Key of the LaunchDarkly project associated with this repository. Found under Account Settings -> Projects in the LaunchDarkly dashboard. Cannot be combined with `projects` block in configuration file. | `false` | | | ||
| repoName | The repository name. Defaults to the current GitHub repository. | `false` | | | ||
| prune | There is a known issue where the GitHub Action will not prune deleted branch data in private repos. Only enable this if you are running the action in a public repo. | `false` | false | | ||
<!-- action-docs-inputs --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters