From 8cf20cca79537a0c3a3dc4105c34363cb0b78d55 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Thu, 9 Apr 2026 16:42:22 +0300 Subject: [PATCH] Remove legacy oasdiff.yml workflow The pr-comment.yml (v0.0.34) supersedes oasdiff.yml (v0.0.31). Both write to the same comment anchor, so the old workflow was overwriting the review links added by pr-comment.yml. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/oasdiff.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/oasdiff.yml diff --git a/.github/workflows/oasdiff.yml b/.github/workflows/oasdiff.yml deleted file mode 100644 index ed97d9f..0000000 --- a/.github/workflows/oasdiff.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: oasdiff - -on: - pull_request: - -permissions: - pull-requests: write - -jobs: - oasdiff: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - - - run: git fetch --depth=1 origin ${{ github.base_ref }} - - - uses: oasdiff/oasdiff-action/pr-comment@v0.0.31 - with: - base: 'origin/${{ github.base_ref }}:simple.yaml' - revision: 'HEAD:simple.yaml' - oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}