From 04bfab48d0ae4f47c54fd99e805334934359fd5e Mon Sep 17 00:00:00 2001 From: Mehmet Tekman Date: Wed, 20 Dec 2023 23:26:21 +0100 Subject: [PATCH 1/4] helper bots event --- news/_posts/2023-12-20-matrix-bots.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 news/_posts/2023-12-20-matrix-bots.md diff --git a/news/_posts/2023-12-20-matrix-bots.md b/news/_posts/2023-12-20-matrix-bots.md new file mode 100644 index 00000000000000..536652357788fa --- /dev/null +++ b/news/_posts/2023-12-20-matrix-bots.md @@ -0,0 +1,19 @@ +--- +title: "GTN Helper Bots" +contributions: + authorship: [hexylena, mtekman] +tags: [gtn, communications] +layout: news +--- + +Bleep bloop! We have deployed some bots to enable our Matrix regulars +to better engage with the contributions and questions of our users on +the non-Matrix side of the Galaxy-verse. + +GTN contributions are summarized daily and delivered to the +[GTN Matrix Lobby](https://app.element.io/#/room/#Galaxy-Training-Network_Lobby:gitter.im), +and [Galaxy Help](https://help.galaxyproject.org/) topics in need of +answering can now be forwarded to the humans in Matrix channels +related to those topics. + +The world just got a little smaller! \ No newline at end of file From c70e5486f2bd62726b95b2598df530e705acf722 Mon Sep 17 00:00:00 2001 From: Helena Date: Thu, 21 Dec 2023 12:27:58 +0100 Subject: [PATCH 2/4] rewrite a bit to add more links and whatnot --- news/_posts/2023-12-20-matrix-bots.md | 29 ++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/news/_posts/2023-12-20-matrix-bots.md b/news/_posts/2023-12-20-matrix-bots.md index 536652357788fa..3652bb0e25ee50 100644 --- a/news/_posts/2023-12-20-matrix-bots.md +++ b/news/_posts/2023-12-20-matrix-bots.md @@ -1,19 +1,30 @@ --- -title: "GTN Helper Bots" +title: "GTN Helper Bots Connect the Galaxy" contributions: - authorship: [hexylena, mtekman] + authorship: [mtekman] + editing: [hexylena] tags: [gtn, communications] layout: news --- -Bleep bloop! We have deployed some bots to enable our Matrix regulars +🤖💬 Bleep bloop! Good news everyone! We have deployed some bots to enable our Matrix regulars to better engage with the contributions and questions of our users on the non-Matrix side of the Galaxy-verse. -GTN contributions are summarized daily and delivered to the -[GTN Matrix Lobby](https://app.element.io/#/room/#Galaxy-Training-Network_Lobby:gitter.im), -and [Galaxy Help](https://help.galaxyproject.org/) topics in need of -answering can now be forwarded to the humans in Matrix channels -related to those topics. +## Galaxy Help Posts -The world just got a little smaller! \ No newline at end of file +The newest bot we've added looks through the [Galaxy Help](https://help.galaxyproject.org/) forum for topics in need of +answering, and forwards those to the humans in Matrix channels related to those topics! + +We are currently trialing this new integration to provide high quality human help with the Single Cell CoP. If it's successful, our first expansion will be to the admin channel. + +## GTN Contributions + +Our existing GTN bot summarizes the contributions to the GTN each day and delivers the great news to the +[GTN Matrix Lobby](https://app.element.io/#/room/#Galaxy-Training-Network_Lobby:gitter.im), as well as single-cell specific updates just to the [Single Cell User Community](https://app.element.io/#/room/#!yuLoaCWKpFHkWPmVEO:gitter.im). + +Would your community like to receive these daily GTN updates for your community? Reach out to us on [Matrix](https://app.element.io/#/room/#Galaxy-Training-Network_Lobby:gitter.im) or [GitHub](https://github.com/galaxyproject/training-material/issues/). Currently this integration is only available for Matrix but if it would be useful as an RSS feed please let us know. + +## Beep Boop + +Thanks to these new 'intergalactic' communication methods, the world just got a little smaller! From 5560761d200d622ab3f8415f5906fdb50ea71211 Mon Sep 17 00:00:00 2001 From: Helena Date: Thu, 21 Dec 2023 12:29:45 +0100 Subject: [PATCH 3/4] infra credit --- news/_posts/2023-12-20-matrix-bots.md | 1 + 1 file changed, 1 insertion(+) diff --git a/news/_posts/2023-12-20-matrix-bots.md b/news/_posts/2023-12-20-matrix-bots.md index 3652bb0e25ee50..775f72cd3be01f 100644 --- a/news/_posts/2023-12-20-matrix-bots.md +++ b/news/_posts/2023-12-20-matrix-bots.md @@ -3,6 +3,7 @@ title: "GTN Helper Bots Connect the Galaxy" contributions: authorship: [mtekman] editing: [hexylena] + infrastructure: [mtekman, hexylena] tags: [gtn, communications] layout: news --- From 439f9c31e8ad0b1532c6b1d13b1b4d8833e79ad5 Mon Sep 17 00:00:00 2001 From: Helena Rasche Date: Thu, 21 Dec 2023 12:35:03 +0100 Subject: [PATCH 4/4] run ci-main on news, too --- .github/workflows/ci-main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index f991e4a1da0b4a..467bbb61d885d3 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -14,6 +14,7 @@ on: - '**/slides/*.html' - 'learning-pathways/*' - 'faqs/**' + - 'news/**' jobs: lint: