Skip to content

Commit 0e32112

Browse files
update workflow
1 parent b4e8853 commit 0e32112

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/pr-comment.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)