Skip to content

Add GitHub workflows for automatic PR labeling, CLA assistant, and code linting #1

Add GitHub workflows for automatic PR labeling, CLA assistant, and code linting

Add GitHub workflows for automatic PR labeling, CLA assistant, and code linting #1

---
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:
call-apply-filter:
uses: Netcracker/qubership-workflow-hub/.github/workflows/profanityFilter.yaml@main