Skip to content

Commit 6a94aef

Browse files
committed
clarfiy repo
Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
1 parent eacd497 commit 6a94aef

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-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:16:20
6+
# Effective stop-time: 2025-10-04 21:33:36
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:16:20"
34+
STOP_TIME="2025-10-04 21:33:36"
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
782+
label the current issue on mossaka/wassette
783783
784784
785785

.github/workflows/label issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ safe-outputs:
99

1010
# label issue
1111

12-
label the current issue
12+
label the current issue on mossaka/wassette
1313

1414
<!--
1515
## 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:16:20
6+
# Effective stop-time: 2025-11-01 21:33:36
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:16:20"
119+
STOP_TIME="2025-11-01 21:33:36"
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:16:20
6+
# Effective stop-time: 2025-11-01 21:33:36
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:16:20"
34+
STOP_TIME="2025-11-01 21:33:36"
3535
echo "Checking stop-time limit: $STOP_TIME"
3636
3737
# Convert stop time to epoch seconds

0 commit comments

Comments
 (0)