ievangelist/Potty mouth
A GitHub Action profanity filter, used on issues and pull requests to automatically filter out profane content.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token used to update the issue or pull request. Example, secrets.GITHUB_TOKEN, with | yes | — |
| replacement-strategy | The type of replacement strategy to use when profane content is filtered. See https://github.com/IEvangelist/profanity-filter#-replacement-strategies. | no | asterisk |
| include-updated-note | Whether to include a note in the issue or pull request body indicating that the content was filtered. | no | true |
| include-confused-reaction | Whether to include a confused reaction on the issue or pull request when profane content is filtered. | no | false |
| manual-profane-words | A comma-separated list of additional sources to use for profanity filtering. | no | — |
| custom-profane-words-url | A URL that returns a newline-delimted list of custom words to use for profanity filtering. | no | — |
Outputs
no outputs