Skip to content

Commit 05f48d5

Browse files
Merge branch 'main' into devtools-interact
2 parents 0dacb3e + 00635af commit 05f48d5

File tree

15 files changed

+1072
-13986
lines changed

15 files changed

+1072
-13986
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
permissions:
1111
contents: read
1212
pull-requests: write
13+
issues: write
1314
actions: read
1415

1516
jobs:
@@ -92,7 +93,8 @@ jobs:
9293
find coverage-artifacts/ -name "*.json" -o -name "*.lcov" -o -name "*.xml" 2>/dev/null || echo "No coverage artifacts found"
9394
9495
- name: Post coverage comment on PR
95-
if: github.event_name == 'pull_request'
96+
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
97+
continue-on-error: true
9698
uses: actions/github-script@v7
9799
with:
98100
script: |

connectorkit.skill

7.91 KB
Binary file not shown.

0 commit comments

Comments
 (0)