We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d9a08 commit 56a574cCopy full SHA for 56a574c
.github/workflows/breaking.yml
@@ -27,8 +27,9 @@ jobs:
27
run: gorelease -base=$GITHUB_BASE_REF 2>&1 > changes.txt | true
28
- name: Print API changes
29
run: cat changes.txt
30
+ # Skip comment for forks - GITHUB_TOKEN doesn't have write permissions for external PRs
31
- name: Comment Report
- if: always()
32
+ if: always() && github.event.pull_request.head.repo.full_name == github.repository
33
uses: marocchino/sticky-pull-request-comment@v2
34
with:
35
path: changes.txt
0 commit comments