kumamoto-hamachi/Issue to Astro
GitHub Issue を close したときに MDX ファイルを自動生成し PR を作成する
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| output-dir | MDX ファイルの出力先ディレクトリ | no | src/content/posts |
| branch-prefix | 作成するブランチのプレフィックス | no | content/issue- |
| commit-type | Conventional Commit のタイプ | no | docs |
| base-branch | PR のベースブランチ | no | main |
Outputs
| name | description |
|---|---|
| pull-request-url | 作成された PR の URL |
| branch-name | 作成されたブランチ名 |
| file-path | 生成された MDX ファイルのパス |