Skip to content

fix: integrations app usability fixes #714

fix: integrations app usability fixes

fix: integrations app usability fixes #714

name: JSCPD Duplication Check
on:
pull_request:
branches: [master]
types: [opened, synchronize, reopened, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-jscpd-duplication-check:
if: ${{ github.event.pull_request.draft == false }}
uses: fylein/workflows/.github/workflows/jscpd-duplication-check.yml@master
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
with:
duplication_threshold: 13
reviewer_1: 'ashwin1111'
reviewer_2: 'JustARatherRidiculouslyLongUsername'
tech_stack: 'Angular'
command_to_run: 'npx jscpd --ignore "**/node_modules/**,**/*.data.ts,**/*.spec.ts,**/coverage/**,**/*.fixture.ts*,**/*.json*,**/*.yml,**/*.stories.ts" --output report --reporters json'