diff --git a/.github/workflows/repostats.yml b/.github/workflows/repostats.yml new file mode 100644 index 0000000..d0d5490 --- /dev/null +++ b/.github/workflows/repostats.yml @@ -0,0 +1,18 @@ +name: Run Repo stats + +on: + schedule: + - cron: "0 23 * * *" + workflow_dispatch: + +jobs: + j1: + name: repostats-for-nice-project + runs-on: ubuntu-latest + steps: + - name: run-ghrs + uses: jgehrcke/github-repo-stats@v1.4.2 + with: + databranch: repo-stats + ghtoken: ${{ secrets.GH_PAT }} + diff --git a/docker-compose.yml b/docker-compose.yml index 2728a6f..e39a836 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: interval: 30s timeout: 10s retries: 5 - start_period: 600s + start_period: 900s health-checker: build: ./common