Skip to content

Commit

Permalink
Adding Alex action
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Boothe <git@rootwork.org>
  • Loading branch information
rootwork committed Nov 10, 2021
1 parent 4af0679 commit 6449977
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/alex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Alex inclusive writing check
# https://alexjs.com

on: pull_request_target

jobs:
alex:
name: Verify inclusive writing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Comment on new PR
uses: brown-ccv/alex-recommends@v1.2.1
with:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
message_id: 'alex'
profanity_sureness: 2

0 comments on commit 6449977

Please sign in to comment.