From 8fd90ee04d004301ceb8b759af5a7fffd440cdc4 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Thu, 9 Apr 2026 17:05:25 +0300 Subject: [PATCH] Remove multi-file-demo.yml workflow Keeps only pr-comment.yml to replicate a real customer scenario. multi-file-demo.yml used git-revision syntax and compared a file that never changes in simple.yaml PRs. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/multi-file-demo.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/multi-file-demo.yml diff --git a/.github/workflows/multi-file-demo.yml b/.github/workflows/multi-file-demo.yml deleted file mode 100644 index 0437b99..0000000 --- a/.github/workflows/multi-file-demo.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: oasdiff multi-file demo - -on: - pull_request: - -permissions: - contents: read - pull-requests: write - statuses: write - -jobs: - pr-comment: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - run: git fetch --depth=1 origin ${{ github.base_ref }} - - - uses: oasdiff/oasdiff-action/pr-comment@v0.0.34 - with: - base: 'origin/${{ github.base_ref }}:multi-file/openapi.yaml' - revision: 'HEAD:multi-file/openapi.yaml' - oasdiff-token: 0634345d-02fb-43df-b56a-68fc22253621