From e3bce3aa652a2204587d80ad60437eb260c7a01d Mon Sep 17 00:00:00 2001 From: Mark Cohen Date: Wed, 21 Dec 2022 17:17:34 -0500 Subject: [PATCH] stripped down version of pr stats for only this repository Signed-off-by: Mark Cohen --- .github/workflows/pr_stats.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr_stats.yml b/.github/workflows/pr_stats.yml index 8703eaf..de68af4 100644 --- a/.github/workflows/pr_stats.yml +++ b/.github/workflows/pr_stats.yml @@ -1,6 +1,8 @@ name: Pull Request Stats -on: pull_request +on: + pull_request: + types: [opened] jobs: stats: @@ -8,9 +10,3 @@ jobs: steps: - name: Run pull request stats uses: flowwer-dev/pull-request-stats@master - with: - token: ${{ secrets.GITHUB_TOKEN }} - period: 30 - charts: true - disable-links: true - sort-by: 'COMMENTS'