[ci] Add comment sanitization workflow (#10915)

Co-authored-by: bashonly <bashonly@protonmail.com>
Authored by: bashonly, Grub4K
This commit is contained in:
Simon Sawicki 2024-09-05 20:06:15 +02:00 committed by GitHub
parent e8e6a982a1
commit b6200bdcf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 55 additions and 16 deletions

View file

@ -80,5 +80,8 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
### NOTE: Due to a recent increase in malicious spam activity, this issue will be automatically locked until it is triaged by a maintainer. > [!CAUTION]
### If you receive any replies asking you download a file, do NOT follow the download links! > ### GitHub is experiencing a high volume of malicious spam comments.
> ### If you receive any replies asking you download a file, do NOT follow the download links!
>
> Note that this issue may be temporarily locked as an anti-spam measure after it is opened.

View file

@ -92,5 +92,8 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
### NOTE: Due to a recent increase in malicious spam activity, this issue will be automatically locked until it is triaged by a maintainer. > [!CAUTION]
### If you receive any replies asking you download a file, do NOT follow the download links! > ### GitHub is experiencing a high volume of malicious spam comments.
> ### If you receive any replies asking you download a file, do NOT follow the download links!
>
> Note that this issue may be temporarily locked as an anti-spam measure after it is opened.

View file

@ -88,5 +88,8 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
### NOTE: Due to a recent increase in malicious spam activity, this issue will be automatically locked until it is triaged by a maintainer. > [!CAUTION]
### If you receive any replies asking you download a file, do NOT follow the download links! > ### GitHub is experiencing a high volume of malicious spam comments.
> ### If you receive any replies asking you download a file, do NOT follow the download links!
>
> Note that this issue may be temporarily locked as an anti-spam measure after it is opened.

View file

@ -73,5 +73,8 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
### NOTE: Due to a recent increase in malicious spam activity, this issue will be automatically locked until it is triaged by a maintainer. > [!CAUTION]
### If you receive any replies asking you download a file, do NOT follow the download links! > ### GitHub is experiencing a high volume of malicious spam comments.
> ### If you receive any replies asking you download a file, do NOT follow the download links!
>
> Note that this issue may be temporarily locked as an anti-spam measure after it is opened.

View file

@ -67,5 +67,8 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
### NOTE: Due to a recent increase in malicious spam activity, this issue will be automatically locked until it is triaged by a maintainer. > [!CAUTION]
### If you receive any replies asking you download a file, do NOT follow the download links! > ### GitHub is experiencing a high volume of malicious spam comments.
> ### If you receive any replies asking you download a file, do NOT follow the download links!
>
> Note that this issue may be temporarily locked as an anti-spam measure after it is opened.

View file

@ -73,5 +73,8 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
### NOTE: Due to a recent increase in malicious spam activity, this issue will be automatically locked until it is triaged by a maintainer. > [!CAUTION]
### If you receive any replies asking you download a file, do NOT follow the download links! > ### GitHub is experiencing a high volume of malicious spam comments.
> ### If you receive any replies asking you download a file, do NOT follow the download links!
>
> Note that this issue may be temporarily locked as an anti-spam measure after it is opened.

View file

@ -1,4 +1,4 @@
name: Anti-Spam name: Issue Lockdown
on: on:
issues: issues:
types: [opened] types: [opened]
@ -9,6 +9,7 @@ permissions:
jobs: jobs:
lockdown: lockdown:
name: Issue Lockdown name: Issue Lockdown
if: vars.ISSUE_LOCKDOWN
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Lock new issue" - name: "Lock new issue"
@ -17,4 +18,4 @@ jobs:
ISSUE_NUMBER: ${{ github.event.issue.number }} ISSUE_NUMBER: ${{ github.event.issue.number }}
REPOSITORY: ${{ github.repository }} REPOSITORY: ${{ github.repository }}
run: | run: |
gh issue lock "${ISSUE_NUMBER}" -r too_heated -R "${REPOSITORY}" gh issue lock "${ISSUE_NUMBER}" -R "${REPOSITORY}"

17
.github/workflows/sanitize-comment.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Sanitize comment
on:
issue_comment:
types: [created, edited]
permissions:
issues: write
jobs:
sanitize-comment:
name: Sanitize comment
if: vars.SANITIZE_COMMENT && !github.event.issue.pull_request
runs-on: ubuntu-latest
steps:
- name: Sanitize comment
uses: yt-dlp/sanitize-comment@v1

View file

@ -49,8 +49,11 @@
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
### NOTE: Due to a recent increase in malicious spam activity, this issue will be automatically locked until it is triaged by a maintainer. > [!CAUTION]
### If you receive any replies asking you download a file, do NOT follow the download links! > ### GitHub is experiencing a high volume of malicious spam comments.
> ### If you receive any replies asking you download a file, do NOT follow the download links!
>
> Note that this issue may be temporarily locked as an anti-spam measure after it is opened.
'''.strip() '''.strip()
NO_SKIP = ''' NO_SKIP = '''