Generate JSON from GitHub issues
把每个 issue 中第一个 json 提取出来合并导出为一个 json 文件。
Inputs
| Name | Description | Required | Default |
|---|---|---|---|
data_path | 数据文件存储路径 | false | /v2/data.json |
sort | Issue排序方式和方向 (例如: created-desc, updated-asc, version-desc) | false | posts-desc |
exclude_issue_with_labels | 具有哪些标签的Issue需要排除 (逗号分隔) | false | 审核中 |
hide_labels | 生成的json中去除哪些标签 (逗号分隔) | false | 白名单 |
Usage
To use this action, add the following step to your GitHub Workflow:
name: Generate Issues JSON |