Skip to content

Feat/adaptive labels #34

Feat/adaptive labels

Feat/adaptive labels #34

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Vet
run: go vet ./...
- name: Test
run: go test ./... -count=1
- name: Build
run: make build
- name: Extract metrics
run: ./gitcortex extract --repo .
- name: Quality gates
run: ./gitcortex ci --fail-on-churn-risk 5500 --format github-actions
# Add --fail-on-busfactor 1 when team grows