feat: add ability to set custom header

This commit is contained in:
marocchino 2020-02-04 17:19:50 +09:00
parent ee22346016
commit c873eaf14f
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
4 changed files with 56 additions and 18 deletions

View file

@ -2,6 +2,9 @@ name: "Sticky Pull Request Comment"
description: "Create comment on pull request, if exists update that comment."
author: "marocchino"
inputs:
header:
description: "Header to determine if the comment is to be updated, not shown on screen"
required: false
message:
description: "comment message"
required: true