[#112] FileSystem, Command 모킹 구현 및 executor 테스트 환경 작성 #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |