Skip to content

Add oasdiff breaking change detection #3

Add oasdiff breaking change detection

Add oasdiff breaking change detection #3

Workflow file for this run

name: oasdiff
on:
pull_request:
permissions:
pull-requests: write
jobs:
oasdiff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- 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 }}