chore: add code reference lookup (#1841)

Signed-off-by: Johan Enell <johan.enell@qlik.com>
This commit is contained in:
Johan Enell
2025-11-27 09:01:47 +01:00
committed by GitHub
parent 34a29f3e78
commit bf1f41c52c

23
.github/workflows/code-references.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Find LaunchDarkly flag code references
on:
push:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
launchDarklyCodeReferences:
name: LaunchDarkly Code References
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 11
- name: LaunchDarkly Code References
uses: launchdarkly/find-code-references@v2
with:
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
projKey: QCS