From 0208c0eccda91ccf331f75a40fe5aeddbeab9a6d Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Sat, 23 May 2026 13:52:32 +0300 Subject: [PATCH] docs: replace the test.yaml CI badge with one per split workflow The split removed test.yaml, breaking the single CI badge. Add a badge per workflow (breaking, changelog, diff, pr-comment) and shorten each workflow name so the badge labels and the Actions tab read cleanly. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/test-breaking.yaml | 2 +- .github/workflows/test-changelog.yaml | 2 +- .github/workflows/test-diff.yaml | 2 +- .github/workflows/test-pr-comment.yaml | 2 +- README.md | 5 ++++- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-breaking.yaml b/.github/workflows/test-breaking.yaml index 08d16db..0f64b96 100644 --- a/.github/workflows/test-breaking.yaml +++ b/.github/workflows/test-breaking.yaml @@ -1,4 +1,4 @@ -name: 'Test oasdiff breaking action' +name: breaking on: pull_request: push: diff --git a/.github/workflows/test-changelog.yaml b/.github/workflows/test-changelog.yaml index 54ded37..143ffec 100644 --- a/.github/workflows/test-changelog.yaml +++ b/.github/workflows/test-changelog.yaml @@ -1,4 +1,4 @@ -name: 'Test oasdiff changelog action' +name: changelog on: pull_request: push: diff --git a/.github/workflows/test-diff.yaml b/.github/workflows/test-diff.yaml index 0b4bd85..c398e81 100644 --- a/.github/workflows/test-diff.yaml +++ b/.github/workflows/test-diff.yaml @@ -1,4 +1,4 @@ -name: 'Test oasdiff diff action' +name: diff on: pull_request: push: diff --git a/.github/workflows/test-pr-comment.yaml b/.github/workflows/test-pr-comment.yaml index 7b4ea56..434b761 100644 --- a/.github/workflows/test-pr-comment.yaml +++ b/.github/workflows/test-pr-comment.yaml @@ -1,4 +1,4 @@ -name: 'Test oasdiff pr-comment action' +name: pr-comment on: pull_request: push: diff --git a/README.md b/README.md index a843fc1..d6a87d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # oasdiff-action -[![CI](https://github.com/oasdiff/oasdiff-action/actions/workflows/test.yaml/badge.svg)](https://github.com/oasdiff/oasdiff-action/actions) +[![breaking](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-breaking.yaml/badge.svg)](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-breaking.yaml) +[![changelog](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-changelog.yaml/badge.svg)](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-changelog.yaml) +[![diff](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-diff.yaml/badge.svg)](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-diff.yaml) +[![pr-comment](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-pr-comment.yaml/badge.svg)](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-pr-comment.yaml) GitHub Actions for comparing OpenAPI specs and detecting breaking changes, based on [oasdiff](https://github.com/oasdiff/oasdiff).