diff options
author | John Olheiser <john.olheiser@gmail.com> | 2022-05-15 12:45:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 13:45:11 -0400 |
commit | 3a245230f494b9d6a7e5c688cbb3c7f7c3a33cbd (patch) | |
tree | 72405384d4c90f7f0e14294e6aae43f055b614a3 /.github | |
parent | 6680cca07f454c31efdc0770b4421dcba4734dfe (diff) | |
download | gitea-3a245230f494b9d6a7e5c688cbb3c7f7c3a33cbd.tar.gz gitea-3a245230f494b9d6a7e5c688cbb3c7f7c3a33cbd.zip |
Disable blank issues (#19717)
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e79cc9d432..13b59cc135 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Security Concern url: https://tinyurl.com/security-gitea |