-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (24 loc) · 1023 Bytes
/
repostats.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
name: fetch-repository-stats
concurrency: fetch-repository-stats
on:
schedule:
- cron: "0 23 * * *"
workflow_dispatch:
jobs:
run-ghrs-with-matrix:
name: repostats
runs-on: ubuntu-latest
strategy:
matrix:
statsRepo: ['touk/nussknacker', 'touk/nussknacker-quickstart', 'touk/nussknacker-sample-components', 'touk/nussknacker-sample-helpers', 'touk/nussknacker-helm', 'touk/nussknacker-flink-compatibility', 'touk/nussknacker-elasticsearch-example', 'touk/nussknacker-card-example', 'touk/nussknacker-twitter-example', 'touk/nussknacker-credit-rating-example']
# 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 }}
ghtoken: ${{ secrets.GHRS_GITHUB_API_TOKEN }}