Commit 5a09797
fix: handle informational "No ..." messages from oasdiff v1.14.0
oasdiff v1.14.0 prints "No changes to report, but the specs are
different" when the diff is non-empty but no breaking/changelog entries
are found (e.g. all suppressed via --err-ignore). The entrypoint scripts
treated any non-empty output as actual changes, which caused the
::notice:: upgrade link to fire incorrectly and the wrong output string.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c4a6e86 commit 5a09797
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments