balazsorban44/Nissuer

A GitHub Action for tried and tired maintainers.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
comment-add-explainerAdd an explainer to a comment that was marked as off-topic. Example: "true"true
comment-unhelpful-weightIf an issue comment is below this rate, it will be marked as off-topic and gets hidden. Example: 0.30.3
reproduction-commentEither a string or a path to a .md file inside the repository. Example: ".github/invalid-reproduction.md".github/invalid-reproduction.md
reproduction-hostsComma-separated list of hostnames that are allowed for reproductions. Example: "github.com,codesandbox.io"github.com
reproduction-blocklistComma-separated list of regular expression string that are not allowed for reproductions. Example: "github.com/.*/fork-of-example"""
reproduction-invalid-labelLabel to apply to issues without a valid reproduction. Example: "invalid-reproduction"invalid-reproduction
reproduction-issue-labelsComma-separated list of issue labels. If configured, only verify reproduction URLs of issues with one of these labels present. Adding a comma at the end will handle non-labeled issues as invalid. Example: "bug,", will consider issues with the label "bug" or no label.""
reproduction-link-sectionA regular expression string with "(.*)" matching a valid URL in the issue body. The result is trimmed. Example: "### Link to reproduction(.*)### To reproduce"### Link to reproduction(.*)### To reproduce
label-commentsAutocomment on issues based on the added label. It should be a JSON object, where the key is a label, and the value is a file path or a comment text. Example: {"invalid reproduction": ".github/invalid-reproduction.md"}{"invalid reproduction": ".github/invalid-reproduction.md"}
label-area-prefixOnly look for these labels when autolabeling based on the user selection. Example: "area:"area:
label-area-sectionA regular expression string with "(.*)" matching a section in the issue body to look for user selected areas. The result is trimmed. Example: "### Which area(s) are affected?(.*)### Additional context"
label-area-matchWhen autolabeling based on the user selection, look for the label names or description. Example: "name"description
webhook-urlWebhook URL to send notifications to. Example: "https://example.com/api/webhooks/nissuer"""
webhook-secretSecret to use for the webhook.""
delete-vulnerability-reportDelete the vulnerability report after sending it to the webhook. Example: "false"false

no outputs