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 4465be4Copy full SHA for 4465be4
.github/workflows/code-references.yml
@@ -0,0 +1,26 @@
1
+name: Find LaunchDarkly flag code references
2
+on:
3
+ push:
4
+ branches:
5
+ - "main"
6
+ pull_request:
7
8
9
+
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12
+ cancel-in-progress: true
13
14
+jobs:
15
+ launchDarklyCodeReferences:
16
+ name: LaunchDarkly Code References
17
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - uses: actions/checkout@v5
20
+ with:
21
+ fetch-depth: 11
22
+ - name: LaunchDarkly Code References
23
+ uses: launchdarkly/find-code-references@v2
24
25
+ accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
26
+ projKey: QCS
0 commit comments