This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
forked from py-mine/PyMine-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py-mine#290 prevent all-contributors workflows
- Loading branch information
1 parent
ceed78c
commit 044fa83
Showing
4 changed files
with
45 additions
and
44 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ name: Profanity Check | |
|
||
on: | ||
issues: | ||
types: [opened, edited] | ||
types: [ opened, edited ] | ||
issue_comment: | ||
types: [created, edited] | ||
types: [ created, edited ] | ||
pull_request: | ||
types: [opened, edited] | ||
types: [ opened, edited ] | ||
|
||
jobs: | ||
profanity: | ||
if: ${{ github.actor != 'all-contributors[bot]' }} | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Profanity filter | ||
uses: radiantly/[email protected] | ||
|
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