balazsorban44/Nissuer
A GitHub Action for tried and tired maintainers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| comment-add-explainer | Add an explainer to a comment that was marked as off-topic. Example: "true" | — | true |
| comment-unhelpful-weight | If an issue comment is below this rate, it will be marked as off-topic and gets hidden. Example: 0.3 | — | 0.3 |
| reproduction-comment | Either a string or a path to a .md file inside the repository. Example: ".github/invalid-reproduction.md" | — | .github/invalid-reproduction.md |
| reproduction-hosts | Comma-separated list of hostnames that are allowed for reproductions. Example: "github.com,codesandbox.io" | — | github.com |
| reproduction-blocklist | Comma-separated list of regular expression string that are not allowed for reproductions. Example: "github.com/.*/fork-of-example" | — | "" |
| reproduction-invalid-label | Label to apply to issues without a valid reproduction. Example: "invalid-reproduction" | — | invalid-reproduction |
| reproduction-issue-labels | Comma-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-section | A 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-comments | Autocomment 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-prefix | Only look for these labels when autolabeling based on the user selection. Example: "area:" | — | area: |
| label-area-section | A 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-match | When autolabeling based on the user selection, look for the label names or description. Example: "name" | — | description |
| webhook-url | Webhook URL to send notifications to. Example: "https://example.com/api/webhooks/nissuer" | — | "" |
| webhook-secret | Secret to use for the webhook. | — | "" |
| delete-vulnerability-report | Delete the vulnerability report after sending it to the webhook. Example: "false" | — | false |
Outputs
no outputs