Skip to content

Commit 0eb2bbe

Browse files
Add oasdiff breaking change detection workflow
1 parent be62b48 commit 0eb2bbe

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/oasdiff.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: oasdiff
2+
3+
on:
4+
pull_request:
5+
6+
permissions:
7+
pull-requests: write
8+
9+
jobs:
10+
oasdiff:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v6
14+
15+
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.31
16+
with:
17+
base: 'origin/${{ github.base_ref }}:simple.yaml'
18+
revision: 'HEAD:simple.yaml'
19+
oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}

0 commit comments

Comments
 (0)