| tag | Git tag
| yes | — |
| commit_sha | Commit SHA
| yes | — |
| github_token | GitHub Access Token
contents:read
| no | ${{github.token}} |
| tagger_emails | The email addresses of taggers.
If this is empty, the tagger email is not verified.
| no | — |
| issue_repository | The issue number to comment on.
| no | — |
| issue_number | The issue number to comment on.
If this is empty, the issue comment is not created.
| no | — |
| slack_incoming_webhook_url | The Slack incoming webhook url to post messages.
If this is empty, messages aren't posted.
| no | — |
| require_verified_tag | Either true or false. If this is true, the tag must be verified.
| no | true |
| allowed_commit_length | The number of commits to check the commit SHA.
| no | 10 |
| allow_prerelease_out_of_default_branch | Either true or false. If this is true, pre-release tags out of the default branch are allowed.
| no | true |