Skip to content

Commit e0240f2

Browse files
committed
feat: restrict issue translation workflow to only trigger on opened issues
1 parent 48a5338 commit e0240f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Bidirectional Issue Translation and Update
1616

1717
on:
1818
issues:
19-
types: [opened, edited]
19+
types: [opened]
2020
env:
2121
ANTHROPIC_BASE_URL: "https://open.bigmodel.cn/api/anthropic"
2222
jobs:

0 commit comments

Comments
 (0)