Skip to content

Commit 0feca5b

Browse files
committed
2 parents 58dbb1a + bdb1b2a commit 0feca5b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/scripts/update_issues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
repo = g.get_repo(REPO_NAME)
1212

1313
# 定义 Markdown 文件所在的目录
14-
DOCS_DIR = 'docs/md'
14+
DOCS_DIR = 'backup'
1515

1616
def get_issue_by_title(title):
1717
"""根据标题查找对应的 Issue"""

.github/workflows/Gmeek.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: build Gmeek
22

33
on:
4+
workflow_run:
5+
workflows: ["Update or Create Issue from Markdown"]
6+
types:
7+
- completed
48
workflow_dispatch:
59
issues:
610
types: [opened, edited]

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update or Create Issue from Markdown
33
on:
44
push:
55
paths:
6-
- 'docs/md/*.md'
6+
- 'backup/*.md'
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)