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'