게시된 릴리스에 토픽을 생성하는 GitHub Action

Howdy :wave:

Just wanted to share something that we’re now using for our community! We created a GitHub Action to automatically create new topics on our Discourse instance for when a new release is published on a GitHub repository.

https://github.com/roots/discourse-topic-github-release-action

You can configure the topic author, category, and tags.

Example of how our org uses it: Topics tagged releases

12개의 좋아요

That is amazing! Here is an example.

Is it possible to customize the topic title?

1개의 좋아요

Heads up: v1.1.0 was just released with GitHub-to-Discourse username mapping

This is useful for projects with multiple maintainers. Release topics can now be posted as the release author’s mapped Discourse username, instead of always using a fixed discourse-author-username (or system as fallback).

Details are in the README, but the mapping comes from a discourse.yml file in your org’s .github repository.

When working on this update, I noticed some of y’all have been using it :heart:

3개의 좋아요

GitHub의 MD 파일에서 Discourse Docs의 주제를 업데이트하는 데 사용할 수 있거나, 그에 맞게 수정할 수 있을지 궁금합니다.