From 6a30cf5bd1e49b23f7ee3dc69489e9369401ef1b Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Mon, 8 Sep 2025 12:13:20 -0700 Subject: [PATCH] Update README to include Microsoft Research reference Added a reference to Microsoft Research in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b2f2c9ed0f..917f55856ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ✨ GitHub Agentic Workflows -Write agentic workflows in natural language markdown, and run them safely in GitHub Actions. From [GitHub Next](https://githubnext.com/). +Write agentic workflows in natural language markdown, and run them safely in GitHub Actions. From [GitHub Next](https://githubnext.com/) and [Microsoft Research](https://www.microsoft.com/en-us/research/group/research-software-engineering-rise/). > [!CAUTION] > This extension is a research demonstrator. It is in early development and may change significantly. Using agentic workflows in your repository requires careful attention to security considerations and careful human supervision, and even then things can still go wrong. Use it with caution, and at your own risk.