Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/breaking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
run: gorelease -base=$GITHUB_BASE_REF 2>&1 > changes.txt | true
- name: Print API changes
run: cat changes.txt
# Skip comment for forks - GITHUB_TOKEN doesn't have write permissions for external PRs
- name: Comment Report
if: always()
if: always() && github.event.pull_request.head.repo.full_name == github.repository
uses: marocchino/sticky-pull-request-comment@v2
with:
path: changes.txt
Expand Down