Skip to content

Commit

Permalink
test with ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
unam98 committed Dec 22, 2024
1 parent 8e045c9 commit c686871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
# 액션이 진행될 레포지토리 (기본값: ${{ github.repository }})
repository: ${{ github.repository }}

# # 통계에 포함하지 않을 유저 목록. 콤마(,)로 구분
# ignoreUsers: "user1,user2"
# 통계에 포함하지 않을 유저 목록. 콤마(,)로 구분
ignoreUsers: "unam98"

# # 통계에 사용할 설정 파일 경로 (기본값: ./stats.config.js)
# configPath: "./my-custom-config.js"
Expand All @@ -35,7 +35,7 @@ jobs:
# period: "180 days"

# 조회할 PR 개수 (period를 입력하지 않은 경우 사용)
count: 100
count: 20

# 이 branch를 대상(base)으로 하는 PR만 조회
baseBranch: "develop"
Expand Down

0 comments on commit c686871

Please # to comment.