Skip to content

Add metadata to Flakeguard report (#1473) #159

Add metadata to Flakeguard report (#1473)

Add metadata to Flakeguard report (#1473) #159

name: Main branch breaking changes check
on:
push:
branches:
- main
jobs:
breaking-changes:
name: Check "main" for breaking changes before release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true
- name: Set up Go 1.22.6
uses: actions/setup-go@v5
with:
go-version: '1.22.6'
- name: Install gorelease tool
run: |
go install golang.org/x/exp/cmd/gorelease@latest
- name: Run Breaking Changes Script
run: |
go run ./tools/breakingchanges/cmd/main.go --ignore tools