Skip to content

Commit 9487b0c

Browse files
fix: temporarily disable pr-issue-sync workflow to resolve JSON parse error
1 parent 4222562 commit 9487b0c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr-issue-sync.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
name: Sync PR data from Linked Issues
1+
name: PR Issue Sync
22

33
on:
4-
pull_request_target:
5-
types: [opened, edited, synchronize]
4+
workflow_dispatch: {} # manual trigger only (disables automatic runs)
65

76
jobs:
87
sync-metadata:

0 commit comments

Comments
 (0)