From fd6f9a90e13d72253e830a96a7376cb9ecedccc1 Mon Sep 17 00:00:00 2001 From: Pranay Prateek Date: Wed, 25 Jan 2023 20:13:57 +0530 Subject: [PATCH] removing repostats workflow (#2053) Co-authored-by: Palash Gupta Co-authored-by: Prashant Shahi Co-authored-by: Vishal Sharma --- .github/workflows/repo-stats.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/repo-stats.yml diff --git a/.github/workflows/repo-stats.yml b/.github/workflows/repo-stats.yml deleted file mode 100644 index 926bb2118d..0000000000 --- a/.github/workflows/repo-stats.yml +++ /dev/null @@ -1,25 +0,0 @@ -on: - schedule: - # Run this once per day, towards the end of the day for keeping the most - # recent data point most meaningful (hours are interpreted in UTC). - - cron: "0 8 * * *" - workflow_dispatch: # Allow for running this manually. - -jobs: - j1: - name: repostats - runs-on: ubuntu-latest - steps: - - name: run-ghrs - uses: jgehrcke/github-repo-stats@v1.1.0 - with: - # Define the stats repository (the repo to fetch - # stats for and to generate the report for). - # Remove the parameter when the stats repository - # and the data repository are the same. - repository: signoz/signoz - # Set a GitHub API token that can read the stats - # repository, and that can push to the data - # repository (which this workflow file lives in), - # to store data and the report files. - ghtoken: ${{ github.token }}