From 76df7050e7cb02a9fdf69b294b29627e6913f10a Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Wed, 18 Jun 2025 12:28:07 -0700 Subject: [PATCH 1/3] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03911526..129a2e67 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,6 @@ If you find this codebase useful, please cite } ``` -## Star History +## Star History [![Star History Chart](https://api.star-history.com/svg?repos=simular-ai/Agent-S&type=Date)](https://www.star-history.com/#agent-s/agent-s&simular-ai/Agent-S&Date) From 37b4d5b0627388484e8bd21d5dff8450545c57dd Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Wed, 18 Jun 2025 12:43:12 -0700 Subject: [PATCH 2/3] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 129a2e67..03911526 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,6 @@ If you find this codebase useful, please cite } ``` -## Star History +## Star History [![Star History Chart](https://api.star-history.com/svg?repos=simular-ai/Agent-S&type=Date)](https://www.star-history.com/#agent-s/agent-s&simular-ai/Agent-S&Date) From 11294151bfb39acc91cd40a26b43d214a4e66c7d Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Wed, 18 Jun 2025 12:46:50 -0700 Subject: [PATCH 3/3] chagne to true --- .github/workflows/send_test_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send_test_request.yml b/.github/workflows/send_test_request.yml index 4512e447..e973aadd 100644 --- a/.github/workflows/send_test_request.yml +++ b/.github/workflows/send_test_request.yml @@ -31,7 +31,7 @@ jobs: -H "Content-Type: application/json" \ -H "Authorization: Bearer ${{secrets.USER_TOKEN}}" \ -d '{ - "requireConfirm": false, + "requireConfirm": true, "run": "jsAction_OaQgphcCVB07zbYcpg1g(branchName:\"${{ github.head_ref }}\")_spaceID__community", "status": "pending", "title": "CI/CD",