Remove parent message embed after GitBot's enhanced commit info is sent #749
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 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/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |