alexjurkiewicz/Trigger GitHub Deployment with PR Comments
Trigger GitHub Deployments with Pull Request comments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| trigger_phrase | Trigger phrase you want to activate on. This action will take the remainder of the comment body as the environment, eg a message of `deploy to web3` will trigger a deployment to `web3`. | no | deploy to |
| environment_validation_file | If specified, this is a JSON file in your repository that defines a whitelist of acceptable environments, as well as metadata about them. See below for more info. | no | "" |
| allow_draft | If set to `true`, you can deploy draft PRs. | no | false |
| ignore_status_checks | If set to `true`, you can deploy PRs with pending/failed status checks. | no | false |
| comment | If set to `false`, comments will not be posted to the pull request. | no | true |
Outputs
| name | description |
|---|---|
| deployment_id | GitHub's ID for this deployment. |
| deployment_api_url | URL to read deployment information. |