Skip to content

[#99] 테스트 커버리지 워크플로 추가 #2

[#99] 테스트 커버리지 워크플로 추가

[#99] 테스트 커버리지 워크플로 추가 #2

Workflow file for this run

name: Review/Comment 14 day Stats
on:
pull_request:
types: [opened]
jobs:
stats:
runs-on: ubuntu-latest
steps:
- name: Run pull request stats
uses: flowwer-dev/pull-request-stats@master
with:
token: ${{ secrets.GH_TOKEN }}
period: 14
limit: 7
charts: true
disable-links: true