forked from jgehrcke/github-repo-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (35 loc) · 1.11 KB
/
github-repo-stats.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: fetch-repository-stats
concurrency: fetch-repository-stats
on: [push]
#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 }}