From 4faaa9b9f273c046850ece7f4ac7760813c1750f Mon Sep 17 00:00:00 2001 From: Brett Curtis Date: Wed, 27 Dec 2023 11:28:33 -0500 Subject: [PATCH] Update labels and pre-commit-terraform version --- .github/ISSUE_TEMPLATE/add-update-custom-iam-role.yml | 4 ++-- .pre-commit-config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/add-update-custom-iam-role.yml b/.github/ISSUE_TEMPLATE/add-update-custom-iam-role.yml index 5526862..772e8b3 100644 --- a/.github/ISSUE_TEMPLATE/add-update-custom-iam-role.yml +++ b/.github/ISSUE_TEMPLATE/add-update-custom-iam-role.yml @@ -1,7 +1,7 @@ name: Add or update custom IAM role description: Service interface for adding or updating custom IAM roles. title: Add or update custom IAM role -labels: +labels: - "enhancement" - "good-first-issue" @@ -38,7 +38,7 @@ body: placeholder: "my.customRole" validations: required: true - + - type: input id: role-title attributes: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ac4d0a..b8a8da4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: no-commit-to-branch - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.85.0 + rev: v1.86.0 hooks: - id: terraform_fmt