roots/Discourse Topics for GitHub Releases
Create a Discourse topic for a published GitHub release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| discourse-base-url | Base URL of Discourse | yes | — |
| discourse-api-key | Discourse API key | yes | — |
| discourse-author-username | Author username for posting to Discourse. Default: system. If omitted, username mapping from .github/discourse.yml is attempted when a GitHub token is available. | no | — |
| github-token | GitHub token for fetching .github/discourse.yml. Default: GITHUB_TOKEN | no | — |
| discourse-category | ID of the post category | no | — |
| discourse-tags | Post tags (comma-separated list) | no | — |
| package-name | Name of the package/repo being released. Defaults to the GitHub repo name. | no | — |
Outputs
| name | description |
|---|---|
| topic-url | URL of the topic created |