Skip to content

Commit 5324987

Browse files
committed
chore: add code reference lookup
Signed-off-by: Johan Enell <[email protected]>
1 parent 1868190 commit 5324987

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
22+
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
23+
projKey: QCS

0 commit comments

Comments
 (0)