Skip to content
check-circle

GitHub Action

Update Manual Approval Issue

v1 Latest version

Update Manual Approval Issue

check-circle

Update Manual Approval Issue

Updates (comments) on a manual approval issue with updated information

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Update Manual Approval Issue

uses: toppulous/update-manual-approval-issue@v1

Learn more about this action in toppulous/update-manual-approval-issue

Choose a version

update-manual-approval-issue

.github/workflows/integration.yml

GitHub action to update manual approval issue with new changes information

This aciton is meant to be used in conjunction with toppulous/create-manual-approval-issue. Plug the return value from that action into this one to update what changes are waiting for approval in your stage.

Inputs

issue-number

Required the number of the issue to update with change information

tag

Required a tag/key to indiciate the change that has most recently been applied, github.sha is a good value for this

keyword

Optional this value will be prefixed to updates to the manual approval issue, to be used to provide context that this update is a part of the workflow

additional-info

Optional any additional information that you may want to add to the update