We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1868190 commit 5324987Copy full SHA for 5324987
.github/workflows/code-references.yml
@@ -0,0 +1,23 @@
1
+name: Find LaunchDarkly flag code references
2
+on:
3
+ push:
4
+ branches:
5
+ - "main"
6
+
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ cancel-in-progress: true
10
11
+jobs:
12
+ launchDarklyCodeReferences:
13
+ name: LaunchDarkly Code References
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/checkout@v5
17
+ with:
18
+ fetch-depth: 11
19
+ - name: LaunchDarkly Code References
20
+ uses: launchdarkly/find-code-references@v2
21
22
+ accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
23
+ projKey: QCS
0 commit comments