From c1e7855a2772d5d607826ce22deb0344444ae33b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 20 Jul 2025 12:52:17 +0000 Subject: [PATCH 1/3] Initial plan From 5a46a1249c0192694511cdd567a5040bb517ae07 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 20 Jul 2025 12:56:51 +0000 Subject: [PATCH 2/3] Add AI-powered release social media workflow to Continuous Team Communication Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03c6257..dea3cd3 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ * [Summarize issues with GitHub Actions](https://docs.github.com/en/github-models/github-models-at-scale/use-models-at-scale#example-use-github-models-with-github-actions-to-summarize-issues) - Use GitHub Models with GitHub Actions to summarize issues when they're closed * [GenAI Pull Request Descriptor](https://github.com/pelikhan/action-genai-pull-request-descriptor/) - a sample GenAIScript action that updates a pull request description. * [Video Asset Analyzer](https://github.com/pelikhan/action-genai-video-issue-analyzer) - a sample GenAIScript action that analyzes videos attached as assets to issues. +* [AI-Powered Release Social Media Posts](https://github.com/humanwhocodes/mentoss/blob/76360205a545d22575bd11758f53cf11b6d95177/.github/workflows/release-please.yml#L57-L75) - automatically generate and post social media announcements for releases using OpenAI across multiple platforms (Twitter, Bluesky, Mastodon, LinkedIn) * [Zine Meets Pull Requests](https://microsoft.github.io/genaiscript/blog/zine-prs/#zines) - the availability of new image generators like OpenAI gpt-image-1 opens the door to endless new ways to visualize and annotate software artifacts. ### Continuous Moderation From 9b627bb56a318475b7f53c32d758a16dae549d84 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Sun, 20 Jul 2025 06:04:53 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dea3cd3..0792e16 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ * [Summarize issues with GitHub Actions](https://docs.github.com/en/github-models/github-models-at-scale/use-models-at-scale#example-use-github-models-with-github-actions-to-summarize-issues) - Use GitHub Models with GitHub Actions to summarize issues when they're closed * [GenAI Pull Request Descriptor](https://github.com/pelikhan/action-genai-pull-request-descriptor/) - a sample GenAIScript action that updates a pull request description. * [Video Asset Analyzer](https://github.com/pelikhan/action-genai-video-issue-analyzer) - a sample GenAIScript action that analyzes videos attached as assets to issues. -* [AI-Powered Release Social Media Posts](https://github.com/humanwhocodes/mentoss/blob/76360205a545d22575bd11758f53cf11b6d95177/.github/workflows/release-please.yml#L57-L75) - automatically generate and post social media announcements for releases using OpenAI across multiple platforms (Twitter, Bluesky, Mastodon, LinkedIn) +* [AI-Powered Release Social Media Posts](https://github.com/humanwhocodes/social-changelog) - automatically generate and post social media announcements for releases using OpenAI across multiple platforms (Twitter, Bluesky, Mastodon, LinkedIn) (see [workflow](https://github.com/humanwhocodes/mentoss/blob/76360205a545d22575bd11758f53cf11b6d95177/.github/workflows/release-please.yml#L57-L75)) * [Zine Meets Pull Requests](https://microsoft.github.io/genaiscript/blog/zine-prs/#zines) - the availability of new image generators like OpenAI gpt-image-1 opens the door to endless new ways to visualize and annotate software artifacts. ### Continuous Moderation