https://github.com/ppremk/inclusivator
https://github.com/ppremk/inclusivator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppremk/inclusivator
- Owner: ppremk
- License: mit
- Created: 2020-12-10T12:52:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T22:36:34.000Z (over 3 years ago)
- Last Synced: 2025-08-28T08:53:46.597Z (10 months ago)
- Language: JavaScript
- Size: 719 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Inclusivator
- MVP
- Credits and attribute to [sentiment-bot](https://github.com/behaviorbot/sentiment-bot)
## Inputs
#### `tba `
Required, set's the non-inclusivity threshold in bytes. Default ".5".
#### `token `
Optional. Takes a valid **GitHub Token** from the Repo by default.
## Outputs
## Usage
Consume the action by referencing the stable branch
```yaml
uses: actionsdesk/inclusivator@v1.0
with:
token: ${{ secrets.GITHUB_TOKEN }} # Optional
tba: '0.5'
env:
PERSPECTIVE_API_KEY: ${{ secrets.PERSPECTIVE_API_KEY }}
```