diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml new file mode 100644 index 00000000..f75824be --- /dev/null +++ b/.github/workflows/metrics.yml @@ -0,0 +1,14 @@ +on: + schedule: + - cron: "0 0 * * 0" + workflow_dispatch: + +jobs: + collect-github-metrics: + name: Collect GitHub Metrics + runs-on: ubuntu-latest + steps: + - name: run-ghrs + uses: jgehrcke/github-repo-stats@RELEASE + with: + ghtoken: ${{ secrets.ghrs_github_api_token }}