forked from ttotenberg-ld/react_qr_app
-
Notifications
You must be signed in to change notification settings - Fork 1
26 lines (24 loc) · 891 Bytes
/
Copy pathcode-references.yml
File metadata and controls
26 lines (24 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
on:
push:
branches-ignore:
- 'gh-pages/**'
pull_request:
types: [opened, reopened, review_requested]
name: Find LaunchDarkly flag code references
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@v3
with:
contextLines: 5
fetch-depth: 10 # 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/find-code-references@v2.13.0
with:
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
projKey: react-qr-demo