mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31:14 +00:00
11 lines
300 B
YAML
11 lines
300 B
YAML
name: "Sticky Pull Request Comment"
|
|
description: "Create comment on pull request, if exists update that comment."
|
|
author: "marocchino"
|
|
inputs:
|
|
message:
|
|
description: "comment message"
|
|
GITHUB_TOKEN:
|
|
description: "set secrets.GITHUB_TOKEN here"
|
|
runs:
|
|
using: "node12"
|
|
main: "lib/main.js"
|