diff options
author | Simon Sawicki <contact@grub4k.xyz> | 2024-09-05 20:06:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 20:06:15 +0200 |
commit | b6200bdcf3a9415ae36859188f9a57e3e461c696 (patch) | |
tree | 09f31f9f254ad3d872cc3adc6de9933707a2122c /devscripts/make_issue_template.py | |
parent | e8e6a982a1b659eed434d225d7922f632bac6568 (diff) |
[ci] Add comment sanitization workflow (#10915)
Co-authored-by: bashonly <bashonly@protonmail.com>
Authored by: bashonly, Grub4K
Diffstat (limited to 'devscripts/make_issue_template.py')
-rw-r--r-- | devscripts/make_issue_template.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devscripts/make_issue_template.py b/devscripts/make_issue_template.py index 4f782d8c6..8135689c7 100644 --- a/devscripts/make_issue_template.py +++ b/devscripts/make_issue_template.py @@ -49,8 +49,11 @@ VERBOSE_TMPL = ''' - type: markdown attributes: value: | - ### NOTE: Due to a recent increase in malicious spam activity, this issue will be automatically locked until it is triaged by a maintainer. - ### If you receive any replies asking you download a file, do NOT follow the download links! + > [!CAUTION] + > ### 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() NO_SKIP = ''' |