File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : oasdiff PR comment
1+ name : oasdiff
22
33on :
44 pull_request :
55
6- permissions :
7- contents : read
8- pull-requests : write
9- statuses : write
10-
116jobs :
12- pr-comment :
7+ oasdiff :
138 runs-on : ubuntu-latest
149 steps :
15- - name : Check out code
16- uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1711
18- - name : Fetch base branch
19- run : git fetch --depth=1 origin ${{ github.base_ref }}
12+ - run : git fetch --depth=1 origin ${{ github.base_ref }}
2013
21- - name : Post oasdiff PR comment
22- uses : oasdiff/oasdiff-action/pr-comment@v0.0.37
23- with :
24- base : ' origin/${{ github.base_ref }}:multi-file/openapi.yaml'
25- revision : ' HEAD:multi-file/openapi.yaml'
26- oasdiff-token : ${{ secrets.OASDIFF_TOKEN }}
14+ - uses : oasdiff/oasdiff-action/pr-comment@v0.0.40-beta.3
15+ with :
16+ base : ' origin/${{ github.base_ref }}:openapi.yaml'
17+ revision : ' HEAD:openapi.yaml'
18+ oasdiff-token : ${{ secrets.OASDIFF_TOKEN }}
You can’t perform that action at this time.
0 commit comments