Skip to content

Commit cf4ef68

Browse files
Add oasdiff breaking change detection workflow
1 parent 0e32112 commit cf4ef68

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/oasdiff.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
permissions:
77
pull-requests: write
8+
statuses: write
89

910
jobs:
1011
oasdiff:
@@ -14,8 +15,8 @@ jobs:
1415

1516
- run: git fetch --depth=1 origin ${{ github.base_ref }}
1617

17-
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.31
18+
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.37
1819
with:
19-
base: 'origin/${{ github.base_ref }}:simple.yaml'
20-
revision: 'HEAD:simple.yaml'
20+
base: 'origin/${{ github.base_ref }}:openapi.yaml'
21+
revision: 'HEAD:openapi.yaml'
2122
oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}

0 commit comments

Comments
 (0)