mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-30 17:38:50 +00:00
✨ owner option
This commit is contained in:
parent
c0d3b93c09
commit
0bd1af949c
6 changed files with 14 additions and 5 deletions
|
|
@ -59,8 +59,11 @@ inputs:
|
|||
number:
|
||||
description: "pull request number for push 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
|
||||
repo:
|
||||
description: "other repo name limited use on github enterprise. If not set, the current repo is used by default. Note that When you trying changing a repo, be aware that GITHUB_TOKEN should also use that repo's."
|
||||
description: "Another repo name limited use on github enterprise. If not set, the current repo is used by default. Note that When you trying changing a repo, be aware that GITHUB_TOKEN should also use that repo's."
|
||||
required: false
|
||||
GITHUB_TOKEN:
|
||||
description: "The GitHub access token (e.g. secrets.GITHUB_TOKEN) used to create or update the comment. This defaults to {{ github.token }}."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue