rehababotalep/Discussion Exporter
Automatically export GitHub Discussions to markdown files into the repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with read:discussion permission. A fine-grained PAT is recommended. | yes | — |
| output-dir | Directory to write Markdown files into. | no | docs |
| limit | Maximum number of discussions to fetch. Pagination is used automatically when the value exceeds 100. | no | 100 |
| repository | Target repository in "owner/name" format. Defaults to the current repository. | no | "" |
Outputs
| name | description |
|---|---|
| files-written | Number of Markdown files written. |