From c6868713961f06e8a4e2e0dc3c6155cd9b87af75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nami=2Eand=28=EB=82=98=EB=AF=B8=29?= Date: Sun, 22 Dec 2024 15:13:38 +0900 Subject: [PATCH] test with ignore --- .github/workflows/pr_stats.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_stats.yml b/.github/workflows/pr_stats.yml index 1f65c5a..da0f31c 100644 --- a/.github/workflows/pr_stats.yml +++ b/.github/workflows/pr_stats.yml @@ -25,8 +25,8 @@ jobs: # 액션이 진행될 레포지토리 (기본값: ${{ github.repository }}) repository: ${{ github.repository }} - # # 통계에 포함하지 않을 유저 목록. 콤마(,)로 구분 - # ignoreUsers: "user1,user2" + # 통계에 포함하지 않을 유저 목록. 콤마(,)로 구분 + ignoreUsers: "unam98" # # 통계에 사용할 설정 파일 경로 (기본값: ./stats.config.js) # configPath: "./my-custom-config.js" @@ -35,7 +35,7 @@ jobs: # period: "180 days" # 조회할 PR 개수 (period를 입력하지 않은 경우 사용) - count: 100 + count: 20 # 이 branch를 대상(base)으로 하는 PR만 조회 baseBranch: "develop"