mikinovation/Release Automation Demo
Notionカレンダーからリリースタスクを取得して表示し、スプレッドシートに記録するアクション
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| notion-api-key | Notion API キー | yes | — |
| database-id | タスクが含まれるNotionデータベースのID | yes | — |
| spreadsheet-id | リリース情報を記録するGoogle SpreadsheetのID | yes | — |
| sheet-name | リリース情報を記録するシート名 | yes | リリース履歴 |
| google-credentials-json | Google API認証用のサービスアカウント���証情報(JSON形式) | yes | — |
| version | リリースのバージョン番号 | yes | — |
| github-token | GitHub APIを使用するためのトークン(リポジトリへの書き込み権限を持つパーソナルアクセストークンを使用してください) | yes | — |
Outputs
| name | description |
|---|---|
| task-count | 見つかったタスクの数 |
| tasks | タスクの詳細情報(JSON形式) |
| spreadsheet-url | 更新したスプレッドシートのURL |
| pull-request-url | 作成されたプルリクエストのURL |
| pull-request-number | 作成されたプルリクエストの番号 |
| release-url | 作成されたGitHubリリースページのURL |