healthybamboo/Create Release Pull Request
リリース用のPull Requestを作成します。
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHubのトークンを指定します。 | yes | — |
| dot_version_file_path | .versionファイルのパスを指定します。 | no | .version |
| build_gradle_file_paths | build.gradleファイルのパスを指定します。 | no | — |
| package_json_file_paths | package.jsonファイルのパスを指定します。 | no | — |
| release_version | 明示的にリリースバージョンを指定します。 | no | — |
| release_type | リリースの種類を指定します。 | no | patch |
| labels | PRに付与するラベル(カンマ区切り) | no | — |
| assignees | PRにアサインするユーザー(カンマ区切り) | no | — |
| reviewers | PRのレビュアーに追加するユーザー(カンマ区切り) | no | — |
Outputs
| name | description |
|---|---|
| pull_request_url | 作成されたPRのURL |
| pull_request_number | 作成されたPRの番号 |