mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 04:21:14 +00:00
parent
2cae8881f2
commit
3d60a5b2da
1 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,15 @@
|
||||||
name: "Sticky Pull Request Comment"
|
name: "Sticky Pull Request Comment"
|
||||||
description: "Create comment on pull request, if exists update that comment."
|
description: "Create comment on pull request, if exists update that comment."
|
||||||
author: "marocchino"
|
author: "marocchino"
|
||||||
|
github-token:
|
||||||
|
action-input:
|
||||||
|
input: GITHUB_TOKEN
|
||||||
|
is-default: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
pull-requests-reason: to create or update PR comment
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
header:
|
header:
|
||||||
description: "Header to determine if the comment is to be updated, not shown on screen. It can be used when you want to add multiple comments independently at the same time."
|
description: "Header to determine if the comment is to be updated, not shown on screen. It can be used when you want to add multiple comments independently at the same time."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue