mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-27 16:08:51 +00:00
Add number_force that overrides pull_request event
This commit is contained in:
parent
14d4f1e429
commit
e5362d0016
3 changed files with 23 additions and 1 deletions
|
|
@ -72,6 +72,9 @@ inputs:
|
|||
number:
|
||||
description: "pull request number for push event"
|
||||
required: false
|
||||
number_force:
|
||||
description: "pull request number for any event"
|
||||
required: false
|
||||
owner:
|
||||
description: "Another repo owner, If not set, the current repo owner is used by default. Note that when you trying changing a repo, be aware that GITHUB_TOKEN should also have permission for that repository."
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue