We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5e52a0 + 94cd7ef commit b4e8853Copy full SHA for b4e8853
1 file changed
.github/workflows/oasdiff.yml
@@ -0,0 +1,21 @@
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
+ - run: git fetch --depth=1 origin ${{ github.base_ref }}
16
17
+ - uses: oasdiff/oasdiff-action/pr-comment@v0.0.31
18
+ with:
19
+ base: 'origin/${{ github.base_ref }}:simple.yaml'
20
+ revision: 'HEAD:simple.yaml'
21
+ oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}
0 commit comments