-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
command should read a profile like the following and be able to
- render templates to files and commit to branch
- read github prs (labels - label identifies status of workflow)
- change github lables (for post action)
---
workflow:
- name: terraform
description: "Terraform apply"
matchLables:
- terraform
- apply
render:
- name: ansibleConfig.yaml
file: |
playbook: sthings.baseos.setup
inventory: {{ ansibleInventory }}
postScript:
- var: ansibleInventory
script: |
terraform apply -auto-approve
reLable:
- ansible
- baseosReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request