diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-08-28 03:01:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 08:01:51 +0000 |
commit | ad9a8115aa29a1a95c961b16fcf129a228d98f50 (patch) | |
tree | 4778a407d711a803cc76ca2f2d8bb13d22ed452f /devscripts/make_issue_template.py | |
parent | 41be32e78c3845000dbac188ffb90ea3ea7c4dfa (diff) |
[ci] Add issue tracker anti-spam protection (#10861)
Authored by: bashonly
Diffstat (limited to 'devscripts/make_issue_template.py')
-rw-r--r-- | devscripts/make_issue_template.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devscripts/make_issue_template.py b/devscripts/make_issue_template.py index a5d59f3c0..4f782d8c6 100644 --- a/devscripts/make_issue_template.py +++ b/devscripts/make_issue_template.py @@ -46,6 +46,11 @@ VERBOSE_TMPL = ''' render: shell validations: required: true + - 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! '''.strip() NO_SKIP = ''' |