Skip to content

Commit 78287b7

Browse files
authored
Allow check breaking changes from forks
1 parent 836562e commit 78287b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/breaking.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
group: broken-changes-${{ github.ref }}
1212
cancel-in-progress: true
1313
runs-on: ubuntu-latest
14+
permissions:
15+
pull-requests: write
1416
steps:
1517
- name: Install Go
1618
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)