diff options
author | Abseil Team <absl-team@google.com> | 2021-02-11 12:31:15 -0800 |
---|---|---|
committer | Derek Mauro <dmauro@google.com> | 2021-02-12 22:19:06 -0500 |
commit | 143a27800eb35f4568b9be51647726281916aac9 (patch) | |
tree | 39bf3d5785362073a433a8d01e785a5598e7545e | |
parent | b343ac3a649f5713380cdbeee79d2ee6f94ddd93 (diff) |
Export of internal Abseil changes
--
1211187ce27bbccc0198f1eb2e25ef9f913e2cdb by Abseil Team <absl-team@google.com>:
Fix typo in github issue config
PiperOrigin-RevId: 357034108
GitOrigin-RevId: 1211187ce27bbccc0198f1eb2e25ef9f913e2cdb
Change-Id: Iab3fabbf471ed4626609c7f3545e7e7011627c25
-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 9794ae1d..0086358d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enables: true +blank_issues_enabled: true |