From 431096251fd3a0101867d56b7e600a5c2a87e96d Mon Sep 17 00:00:00 2001 From: Kreyren Date: Wed, 18 Mar 2020 11:28:32 +0100 Subject: [PATCH] Create profanity.yml experiment --- .github/workflows/profanity.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/profanity.yml diff --git a/.github/workflows/profanity.yml b/.github/workflows/profanity.yml new file mode 100644 index 0000000..0e79e05 --- /dev/null +++ b/.github/workflows/profanity.yml @@ -0,0 +1,20 @@ +name: Profanity check + +on: + issues: + types: [opened, edited] + issue_comment: + types: [created, edited] + pull_request: + types: [opened, edited] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - name: Profanity filter + uses: radiantly/profanity-filter-action@v1.1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }}