Bump io.netty:netty-bom from 4.1.110.Final to 4.1.117.Final #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Profanity filter | ||
# Trigger on issue or pull requests, that are opened, edited, or reopened | ||
on: | ||
issue_comment: | ||
types: [created, edited] | ||
issues: | ||
types: [opened, edited, reopened] | ||
pull_request: | ||
types: [opened, edited, reopened] | ||
# Required permissions | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
jobs: | ||
call-apply-filter: | ||
uses: Netcracker/qubership-github-workflows/.github/workflows/profanityFilter.yaml@main | ||
Check failure on line 19 in .github/workflows/profanityFilter.yaml
|