Skip to content

Commit

Permalink
Create github-repo-stats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinempi authored Jun 6, 2024
1 parent 2387abd commit baa5581
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/github-repo-stats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: fetch-repository-stats
concurrency: fetch-repository-stats

on:
schedule:
- cron: "0 23 * * *"
workflow_dispatch:

jobs:
run-ghrs-with-matrix:
name: repostats-for-nfdi4microbiota
runs-on: ubuntu-latest
strategy:
matrix:
# The repositories to generate reports for.
statsRepo:
# - ClavelLab/maldipickr
# - ClavelLab/genome-assembly
# - ClavelLab/miBC
# - FAIR-MI/miiid-schema
# - NFDI4Microbiota/MetadataStandards
# - NFDI4Microbiota/nfdi4microbiota-knowledge-base
# - thh32/Protologger
# - rhinempi/sparkhit
# Do not cancel&fail all remaining jobs upon first job failure.
fail-fast: false
# Help avoid commit conflicts. Note(JP): this should not be
# necessary anymore, feedback appreciated
max-parallel: 1
steps:
- name: run-ghrs
uses: jgehrcke/[email protected]
with:
repository: ${{ matrix.statsRepo }}
ghpagesprefix: https://clavellab.github.io/github-repo-stats
ghtoken: ${{ secrets.ghrs_github_api_token }}

0 comments on commit baa5581

Please sign in to comment.