File tree 14 files changed +56
-126
lines changed
14 files changed +56
-126
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,10 @@ jobs:
35
35
with :
36
36
cmd : yq '.info.version' 'etc/specs/GitHub/previous.spec.yaml'
37
37
- name : Generate spec diff
38
- id : spec-diff
39
38
run : |
40
- curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
41
- delimiter="$(openssl rand -hex 8)"
42
- echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"
43
- echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHub/current.spec.yaml etc/specs/GitHub/previous.spec.yaml || true)" >> "${GITHUB_OUTPUT}"
44
- echo "${delimiter}" >> "${GITHUB_OUTPUT}"
39
+ curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
40
+ echo "Detected Schema changes:" >> "var/detected-schema-changes"
41
+ echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHub/current.spec.yaml etc/specs/GitHub/previous.spec.yaml || true)" >> "var/detected-schema-changes"
45
42
- name : Update Client to ${{ steps.look-current-up-spec-version.outputs.result }}
46
43
run : |
47
44
make generate-client GitHub
57
54
Enhancement ✨
58
55
GitHub
59
56
title : " [GitHub] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})"
60
- body : |
61
- Detected Schema changes:
62
- ${{ steps.spec-diff.outputs.diff }}
57
+ body-path : " var/detected-schema-changes"
63
58
commit-message : |
64
59
[GitHub] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})
65
60
Detected Schema changes:
Original file line number Diff line number Diff line change @@ -35,13 +35,10 @@ jobs:
35
35
with :
36
36
cmd : yq '.info.version' 'etc/specs/GitHubAE/previous.spec.yaml'
37
37
- name : Generate spec diff
38
- id : spec-diff
39
38
run : |
40
- curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
41
- delimiter="$(openssl rand -hex 8)"
42
- echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"
43
- echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubAE/current.spec.yaml etc/specs/GitHubAE/previous.spec.yaml || true)" >> "${GITHUB_OUTPUT}"
44
- echo "${delimiter}" >> "${GITHUB_OUTPUT}"
39
+ curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
40
+ echo "Detected Schema changes:" >> "var/detected-schema-changes"
41
+ echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubAE/current.spec.yaml etc/specs/GitHubAE/previous.spec.yaml || true)" >> "var/detected-schema-changes"
45
42
- name : Update Client to ${{ steps.look-current-up-spec-version.outputs.result }}
46
43
run : |
47
44
make generate-client GitHubAE
57
54
Enhancement ✨
58
55
GitHubAE
59
56
title : " [GitHubAE] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})"
60
- body : |
61
- Detected Schema changes:
62
- ${{ steps.spec-diff.outputs.diff }}
57
+ body-path : " var/detected-schema-changes"
63
58
commit-message : |
64
59
[GitHubAE] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})
65
60
Detected Schema changes:
Original file line number Diff line number Diff line change @@ -35,13 +35,10 @@ jobs:
35
35
with :
36
36
cmd : yq '.info.version' 'etc/specs/GitHubEnterprise-3.0/previous.spec.yaml'
37
37
- name : Generate spec diff
38
- id : spec-diff
39
38
run : |
40
- curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
41
- delimiter="$(openssl rand -hex 8)"
42
- echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"
43
- echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.0/current.spec.yaml etc/specs/GitHubEnterprise-3.0/previous.spec.yaml || true)" >> "${GITHUB_OUTPUT}"
44
- echo "${delimiter}" >> "${GITHUB_OUTPUT}"
39
+ curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
40
+ echo "Detected Schema changes:" >> "var/detected-schema-changes"
41
+ echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.0/current.spec.yaml etc/specs/GitHubEnterprise-3.0/previous.spec.yaml || true)" >> "var/detected-schema-changes"
45
42
- name : Update Client to ${{ steps.look-current-up-spec-version.outputs.result }}
46
43
run : |
47
44
make generate-client GitHubEnterprise-3.0
57
54
Enhancement ✨
58
55
GitHubEnterprise-3.0
59
56
title : " [GitHubEnterprise-3.0] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})"
60
- body : |
61
- Detected Schema changes:
62
- ${{ steps.spec-diff.outputs.diff }}
57
+ body-path : " var/detected-schema-changes"
63
58
commit-message : |
64
59
[GitHubEnterprise-3.0] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})
65
60
Detected Schema changes:
Original file line number Diff line number Diff line change @@ -35,13 +35,10 @@ jobs:
35
35
with :
36
36
cmd : yq '.info.version' 'etc/specs/GitHubEnterprise-3.1/previous.spec.yaml'
37
37
- name : Generate spec diff
38
- id : spec-diff
39
38
run : |
40
- curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
41
- delimiter="$(openssl rand -hex 8)"
42
- echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"
43
- echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.1/current.spec.yaml etc/specs/GitHubEnterprise-3.1/previous.spec.yaml || true)" >> "${GITHUB_OUTPUT}"
44
- echo "${delimiter}" >> "${GITHUB_OUTPUT}"
39
+ curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
40
+ echo "Detected Schema changes:" >> "var/detected-schema-changes"
41
+ echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.1/current.spec.yaml etc/specs/GitHubEnterprise-3.1/previous.spec.yaml || true)" >> "var/detected-schema-changes"
45
42
- name : Update Client to ${{ steps.look-current-up-spec-version.outputs.result }}
46
43
run : |
47
44
make generate-client GitHubEnterprise-3.1
57
54
Enhancement ✨
58
55
GitHubEnterprise-3.1
59
56
title : " [GitHubEnterprise-3.1] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})"
60
- body : |
61
- Detected Schema changes:
62
- ${{ steps.spec-diff.outputs.diff }}
57
+ body-path : " var/detected-schema-changes"
63
58
commit-message : |
64
59
[GitHubEnterprise-3.1] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})
65
60
Detected Schema changes:
Original file line number Diff line number Diff line change @@ -35,13 +35,10 @@ jobs:
35
35
with :
36
36
cmd : yq '.info.version' 'etc/specs/GitHubEnterprise-3.10/previous.spec.yaml'
37
37
- name : Generate spec diff
38
- id : spec-diff
39
38
run : |
40
- curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
41
- delimiter="$(openssl rand -hex 8)"
42
- echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"
43
- echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.10/current.spec.yaml etc/specs/GitHubEnterprise-3.10/previous.spec.yaml || true)" >> "${GITHUB_OUTPUT}"
44
- echo "${delimiter}" >> "${GITHUB_OUTPUT}"
39
+ curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
40
+ echo "Detected Schema changes:" >> "var/detected-schema-changes"
41
+ echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.10/current.spec.yaml etc/specs/GitHubEnterprise-3.10/previous.spec.yaml || true)" >> "var/detected-schema-changes"
45
42
- name : Update Client to ${{ steps.look-current-up-spec-version.outputs.result }}
46
43
run : |
47
44
make generate-client GitHubEnterprise-3.10
57
54
Enhancement ✨
58
55
GitHubEnterprise-3.10
59
56
title : " [GitHubEnterprise-3.10] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})"
60
- body : |
61
- Detected Schema changes:
62
- ${{ steps.spec-diff.outputs.diff }}
57
+ body-path : " var/detected-schema-changes"
63
58
commit-message : |
64
59
[GitHubEnterprise-3.10] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})
65
60
Detected Schema changes:
Original file line number Diff line number Diff line change @@ -35,13 +35,10 @@ jobs:
35
35
with :
36
36
cmd : yq '.info.version' 'etc/specs/GitHubEnterprise-3.2/previous.spec.yaml'
37
37
- name : Generate spec diff
38
- id : spec-diff
39
38
run : |
40
- curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
41
- delimiter="$(openssl rand -hex 8)"
42
- echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"
43
- echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.2/current.spec.yaml etc/specs/GitHubEnterprise-3.2/previous.spec.yaml || true)" >> "${GITHUB_OUTPUT}"
44
- echo "${delimiter}" >> "${GITHUB_OUTPUT}"
39
+ curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
40
+ echo "Detected Schema changes:" >> "var/detected-schema-changes"
41
+ echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.2/current.spec.yaml etc/specs/GitHubEnterprise-3.2/previous.spec.yaml || true)" >> "var/detected-schema-changes"
45
42
- name : Update Client to ${{ steps.look-current-up-spec-version.outputs.result }}
46
43
run : |
47
44
make generate-client GitHubEnterprise-3.2
57
54
Enhancement ✨
58
55
GitHubEnterprise-3.2
59
56
title : " [GitHubEnterprise-3.2] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})"
60
- body : |
61
- Detected Schema changes:
62
- ${{ steps.spec-diff.outputs.diff }}
57
+ body-path : " var/detected-schema-changes"
63
58
commit-message : |
64
59
[GitHubEnterprise-3.2] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})
65
60
Detected Schema changes:
Original file line number Diff line number Diff line change @@ -35,13 +35,10 @@ jobs:
35
35
with :
36
36
cmd : yq '.info.version' 'etc/specs/GitHubEnterprise-3.3/previous.spec.yaml'
37
37
- name : Generate spec diff
38
- id : spec-diff
39
38
run : |
40
- curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
41
- delimiter="$(openssl rand -hex 8)"
42
- echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"
43
- echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.3/current.spec.yaml etc/specs/GitHubEnterprise-3.3/previous.spec.yaml || true)" >> "${GITHUB_OUTPUT}"
44
- echo "${delimiter}" >> "${GITHUB_OUTPUT}"
39
+ curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
40
+ echo "Detected Schema changes:" >> "var/detected-schema-changes"
41
+ echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.3/current.spec.yaml etc/specs/GitHubEnterprise-3.3/previous.spec.yaml || true)" >> "var/detected-schema-changes"
45
42
- name : Update Client to ${{ steps.look-current-up-spec-version.outputs.result }}
46
43
run : |
47
44
make generate-client GitHubEnterprise-3.3
57
54
Enhancement ✨
58
55
GitHubEnterprise-3.3
59
56
title : " [GitHubEnterprise-3.3] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})"
60
- body : |
61
- Detected Schema changes:
62
- ${{ steps.spec-diff.outputs.diff }}
57
+ body-path : " var/detected-schema-changes"
63
58
commit-message : |
64
59
[GitHubEnterprise-3.3] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})
65
60
Detected Schema changes:
Original file line number Diff line number Diff line change @@ -35,13 +35,10 @@ jobs:
35
35
with :
36
36
cmd : yq '.info.version' 'etc/specs/GitHubEnterprise-3.4/previous.spec.yaml'
37
37
- name : Generate spec diff
38
- id : spec-diff
39
38
run : |
40
- curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
41
- delimiter="$(openssl rand -hex 8)"
42
- echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"
43
- echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.4/current.spec.yaml etc/specs/GitHubEnterprise-3.4/previous.spec.yaml || true)" >> "${GITHUB_OUTPUT}"
44
- echo "${delimiter}" >> "${GITHUB_OUTPUT}"
39
+ curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
40
+ echo "Detected Schema changes:" >> "var/detected-schema-changes"
41
+ echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.4/current.spec.yaml etc/specs/GitHubEnterprise-3.4/previous.spec.yaml || true)" >> "var/detected-schema-changes"
45
42
- name : Update Client to ${{ steps.look-current-up-spec-version.outputs.result }}
46
43
run : |
47
44
make generate-client GitHubEnterprise-3.4
57
54
Enhancement ✨
58
55
GitHubEnterprise-3.4
59
56
title : " [GitHubEnterprise-3.4] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})"
60
- body : |
61
- Detected Schema changes:
62
- ${{ steps.spec-diff.outputs.diff }}
57
+ body-path : " var/detected-schema-changes"
63
58
commit-message : |
64
59
[GitHubEnterprise-3.4] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})
65
60
Detected Schema changes:
Original file line number Diff line number Diff line change @@ -35,13 +35,10 @@ jobs:
35
35
with :
36
36
cmd : yq '.info.version' 'etc/specs/GitHubEnterprise-3.5/previous.spec.yaml'
37
37
- name : Generate spec diff
38
- id : spec-diff
39
38
run : |
40
- curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
41
- delimiter="$(openssl rand -hex 8)"
42
- echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"
43
- echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.5/current.spec.yaml etc/specs/GitHubEnterprise-3.5/previous.spec.yaml || true)" >> "${GITHUB_OUTPUT}"
44
- echo "${delimiter}" >> "${GITHUB_OUTPUT}"
39
+ curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
40
+ echo "Detected Schema changes:" >> "var/detected-schema-changes"
41
+ echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.5/current.spec.yaml etc/specs/GitHubEnterprise-3.5/previous.spec.yaml || true)" >> "var/detected-schema-changes"
45
42
- name : Update Client to ${{ steps.look-current-up-spec-version.outputs.result }}
46
43
run : |
47
44
make generate-client GitHubEnterprise-3.5
57
54
Enhancement ✨
58
55
GitHubEnterprise-3.5
59
56
title : " [GitHubEnterprise-3.5] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})"
60
- body : |
61
- Detected Schema changes:
62
- ${{ steps.spec-diff.outputs.diff }}
57
+ body-path : " var/detected-schema-changes"
63
58
commit-message : |
64
59
[GitHubEnterprise-3.5] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})
65
60
Detected Schema changes:
Original file line number Diff line number Diff line change @@ -35,13 +35,10 @@ jobs:
35
35
with :
36
36
cmd : yq '.info.version' 'etc/specs/GitHubEnterprise-3.6/previous.spec.yaml'
37
37
- name : Generate spec diff
38
- id : spec-diff
39
38
run : |
40
- curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
41
- delimiter="$(openssl rand -hex 8)"
42
- echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"
43
- echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.6/current.spec.yaml etc/specs/GitHubEnterprise-3.6/previous.spec.yaml || true)" >> "${GITHUB_OUTPUT}"
44
- echo "${delimiter}" >> "${GITHUB_OUTPUT}"
39
+ curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
40
+ echo "Detected Schema changes:" >> "var/detected-schema-changes"
41
+ echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.6/current.spec.yaml etc/specs/GitHubEnterprise-3.6/previous.spec.yaml || true)" >> "var/detected-schema-changes"
45
42
- name : Update Client to ${{ steps.look-current-up-spec-version.outputs.result }}
46
43
run : |
47
44
make generate-client GitHubEnterprise-3.6
57
54
Enhancement ✨
58
55
GitHubEnterprise-3.6
59
56
title : " [GitHubEnterprise-3.6] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})"
60
- body : |
61
- Detected Schema changes:
62
- ${{ steps.spec-diff.outputs.diff }}
57
+ body-path : " var/detected-schema-changes"
63
58
commit-message : |
64
59
[GitHubEnterprise-3.6] Update to ${{ steps.look-current-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.current }}) from ${{ steps.look-previous-up-spec-version.outputs.result }} (hash: ${{ steps.spec-hash.outputs.previous }})
65
60
Detected Schema changes:
You can’t perform that action at this time.
0 commit comments