We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e8853 commit 0e32112Copy full SHA for 0e32112
1 file changed
.github/workflows/pr-comment.yml
@@ -0,0 +1,23 @@
1
+name: oasdiff PR comment
2
+
3
+on:
4
+ pull_request:
5
6
+permissions:
7
+ contents: read
8
+ pull-requests: write
9
+ statuses: write
10
11
+jobs:
12
+ pr-comment:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Check out code
16
+ uses: actions/checkout@v4
17
18
+ - name: Post oasdiff PR comment
19
+ uses: oasdiff/oasdiff-action/pr-comment@v0.0.34
20
+ with:
21
+ base: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.base_ref }}/simple.yaml
22
+ revision: simple.yaml
23
+ oasdiff-token: 0634345d-02fb-43df-b56a-68fc22253621
0 commit comments