Skip to content

Commit 4c890d9

Browse files
committed
tell agent which issue to work on
Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
1 parent 2ad7f7a commit 4c890d9

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

.github/workflows/daily-test-improver.lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# gh aw compile
44
# For more information: https://github.com/githubnext/gh-aw/blob/main/.github/instructions/github-agentic-workflows.instructions.md
55
#
6-
# Effective stop-time: 2025-10-04 21:38:32
6+
# Effective stop-time: 2025-10-04 21:41:55
77

88
name: "Daily Test Coverage Improver"
99
on:
@@ -31,7 +31,7 @@ jobs:
3131
WORKFLOW_NAME="Daily Test Coverage Improver"
3232
3333
# Check stop-time limit
34-
STOP_TIME="2025-10-04 21:38:32"
34+
STOP_TIME="2025-10-04 21:41:55"
3535
echo "Checking stop-time limit: $STOP_TIME"
3636
3737
# Convert stop time to epoch seconds

.github/workflows/label issue.lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ jobs:
779779
cat > $GITHUB_AW_PROMPT << 'EOF'
780780
# label issue
781781
782-
label the current issue on mossaka/wassette using the github mcp tools
782+
label the current issue on mossaka/wassette using the github mcp tools. You should apply the label from the existing label list that makes the most sense. If you can't determine which issue to work on, apply label to the latest ones.
783783
784784
785785

.github/workflows/label issue.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ safe-outputs:
1212

1313
# label issue
1414

15-
label the current issue on mossaka/wassette using the github mcp tools
15+
label the current issue #${{ github.event.issue.number }}.
16+
17+
Select appropriate labels for the issue from the provided list.
18+
19+
Retrieve the issue content using the get_issue tool. If the issue is obviously spam, or generated by bot, or something else that is not an actual issue to be worked on, then do nothing and exit the workflow.
1620

1721
<!--
1822
## TODO: Customize this workflow

.github/workflows/update-docs.lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# gh aw compile
44
# For more information: https://github.com/githubnext/gh-aw/blob/main/.github/instructions/github-agentic-workflows.instructions.md
55
#
6-
# Effective stop-time: 2025-11-01 21:38:32
6+
# Effective stop-time: 2025-11-01 21:41:55
77

88
name: "Update Docs"
99
on:
@@ -116,7 +116,7 @@ jobs:
116116
WORKFLOW_NAME="Update Docs"
117117
118118
# Check stop-time limit
119-
STOP_TIME="2025-11-01 21:38:32"
119+
STOP_TIME="2025-11-01 21:41:55"
120120
echo "Checking stop-time limit: $STOP_TIME"
121121
122122
# Convert stop time to epoch seconds

.github/workflows/weekly-research.lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# gh aw compile
44
# For more information: https://github.com/githubnext/gh-aw/blob/main/.github/instructions/github-agentic-workflows.instructions.md
55
#
6-
# Effective stop-time: 2025-11-01 21:38:32
6+
# Effective stop-time: 2025-11-01 21:41:55
77

88
name: "Weekly Research"
99
on:
@@ -31,7 +31,7 @@ jobs:
3131
WORKFLOW_NAME="Weekly Research"
3232
3333
# Check stop-time limit
34-
STOP_TIME="2025-11-01 21:38:32"
34+
STOP_TIME="2025-11-01 21:41:55"
3535
echo "Checking stop-time limit: $STOP_TIME"
3636
3737
# Convert stop time to epoch seconds

0 commit comments

Comments
 (0)