github / branch-deploy

Enabling Branch Deployments through IssueOps with GitHub Actions - If you find this project useful, give it a star! ⭐️
https://github.com/marketplace/actions/branch-deploy
MIT License
384 stars 45 forks source link

Post Deploy Feature Improvements #272

Closed GrantBirki closed 4 months ago

GrantBirki commented 4 months ago

Post Deploy Feature Improvements :rocket:

This pull request does the following:

github-actions[bot] commented 4 months ago

JSON and YAML Validation Results

YAML Validation Results

Violations:

[
  {
    "file": "action.yml",
    "errors": [
      {
        "path": "inputs.successful_deploy_labels.default",
        "message": "inputs.successful_deploy_labels.default is required."
      },
      {
        "path": "inputs.successful_noop_labels.default",
        "message": "inputs.successful_noop_labels.default is required."
      },
      {
        "path": "inputs.failed_deploy_labels.default",
        "message": "inputs.failed_deploy_labels.default is required."
      },
      {
        "path": "inputs.failed_noop_labels.default",
        "message": "inputs.failed_noop_labels.default is required."
      }
    ]
  }
]