Skip to content

Bump MSTest from 3.7.0 to 3.7.1 in /docs/core/tutorials/snippets/library-with-visual-studio/csharp/StringLibraryTest in the dotnet group #10496

Bump MSTest from 3.7.0 to 3.7.1 in /docs/core/tutorials/snippets/library-with-visual-studio/csharp/StringLibraryTest in the dotnet group

Bump MSTest from 3.7.0 to 3.7.1 in /docs/core/tutorials/snippets/library-with-visual-studio/csharp/StringLibraryTest in the dotnet group #10496

name: Profanity filter
on:
issue_comment:
types: [created, edited]
issues:
types: [opened, edited, reopened]
pull_request:
types: [opened, edited, reopened]
permissions:
issues: write
pull-requests: write
jobs:
apply-filter:
name: Apply profanity filter
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- name: Profanity filter
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]' }}
uses: IEvangelist/profanity-filter@e370e4ba671feb530a5481b4595413c7fd032b9b # main
id: profanity-filter
with:
token: ${{ secrets.GITHUB_TOKEN }}
replacement-strategy: redacted-rectangle