Skip to content

Commit

Permalink
added metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Nov 21, 2023
1 parent 050dbdf commit 391e003
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 28 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/metrics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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:
databranch: metrics
ghtoken: ${{ secrets.ghrs_github_api_token }}
28 changes: 0 additions & 28 deletions Formula/siera.rb-e

This file was deleted.

0 comments on commit 391e003

Please sign in to comment.