File tree Expand file tree Collapse file tree 2 files changed +37
-288
lines changed
Expand file tree Collapse file tree 2 files changed +37
-288
lines changed Original file line number Diff line number Diff line change 1+ name : Schema changes (mod-inventory-storage)
2+
3+ on :
4+ push :
5+ branches : ["**"]
6+ paths :
7+ - " ramls/**/*.json"
8+ - " !ramls/examples/**"
9+ - " !ramls/raml-util/**"
10+ pull_request :
11+ branches : ["**"]
12+ paths :
13+ - " ramls/**/*.json"
14+ - " !ramls/examples/**"
15+ - " !ramls/raml-util/**"
16+ release :
17+ types : [published]
18+ workflow_dispatch :
19+ inputs :
20+ base :
21+ description : " Optional base ref- tag/commit (e.g. v19.4.3)"
22+ required : false
23+ head :
24+ description : " Optional head ref - tag/commit (e.g. v19.5.4)"
25+ required : false
26+
27+ permissions :
28+ contents : read
29+ pull-requests : write
30+
31+ jobs :
32+ schema-changes :
33+ uses : folio-org/schema-changes-reporting/.github/workflows/reusable-schema-changes.yml@master
34+ with :
35+ repository : ${{ github.repository }}
36+ base : ${{ github.event.inputs.base || '' }}
37+ head : ${{ github.event.inputs.head || '' }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments