From beb6ac3b46ac8da3e57bcbcea05795087cf8000c Mon Sep 17 00:00:00 2001 From: Shahana Farooqui Date: Wed, 24 May 2023 13:17:03 -0700 Subject: [PATCH] Removing PR Stats Removing PR Stats --- .github/workflows/stats.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/stats.yml diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml deleted file mode 100644 index 5805f076..00000000 --- a/.github/workflows/stats.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Pull Request Stats - -on: - push: - branches: [ master, 'Release-*' ] - tags: [ 'v*' ] - release: - types: [released] - # Triggers the workflow only when merging pull request to the branches. - pull_request: - types: [opened, closed] - branches: [ master, 'Release-*', '*' ] - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - stats: - runs-on: ubuntu-latest - steps: - - name: Run pull request stats - uses: flowwer-dev/pull-request-stats@master - with: - period: 365