diff --git a/author-verified/action.yml b/author-verified/action.yml index eb8158bd..d10d65c6 100644 --- a/author-verified/action.yml +++ b/author-verified/action.yml @@ -3,7 +3,30 @@ description: Allow issue authors to verify their own issues by pinging them when inputs: token: description: GitHub token with issue, comment, and label read/write permissions - default: ${{ github.token }} + app_id: + description: GitHub App ID + required: false + app_installation_id: + description: GitHub App Installation ID + required: false + app_private_key: + description: GitHub App Private Key + required: false + owner: + description: Repository owner + required: false + repo: + description: Repository name + required: false + issue_number: + description: Issue number + required: false + event: + description: Event name for a triggered action. Otherwise, this is obtained from the github context. + required: false + action: + description: Action name for a triggered action. Otherwise, this is obtained from the github context. + required: false requestVerificationComment: description: Comment to add whenn asking authors to verify the issue. ${commit} and ${author} will be substituted required: true