Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ inputs:
review dismissed."
required: false
default: "All good!"
on-succeeded-regex-minimize-comment:
description: "Whether to minimize (hide) comments when the PR title passes regex validation."
required: false
default: true
on-minimize-comment-reason:
description: "The reason for minimizing a comment when the PR title passes regex validation. (One of 'ABUSE', 'OFF_TOPIC', 'OUTDATED', 'RESOLVED', 'DUPLICATE' and 'SPAM'."
required: false
default: "RESOLVED"
repo-token:
description:
"Github token with access to the repository (secrets.GITHUB_TOKEN)."
Expand Down
Loading