mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-21 21:45:44 +00:00
feat: add ability to set custom header
This commit is contained in:
parent
ee22346016
commit
c873eaf14f
4 changed files with 56 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue