From 2281a0f01f429467b8fc804aaf826b61d8858075 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Tue, 17 Dec 2024 20:43:33 +1030 Subject: [PATCH] ci: enable updates to the feature request template (#12125) --- .../updatecli.d/sync-packages-to-bug-issue-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli/updatecli.d/sync-packages-to-bug-issue-template.yml b/.github/workflows/updatecli/updatecli.d/sync-packages-to-bug-issue-template.yml index f73e5a0c379..9e2811fe7e3 100644 --- a/.github/workflows/updatecli/updatecli.d/sync-packages-to-bug-issue-template.yml +++ b/.github/workflows/updatecli/updatecli.d/sync-packages-to-bug-issue-template.yml @@ -38,7 +38,7 @@ targets: done | yq -o json .) yq eval ".body[1].attributes.options = $pkgs" -i '.github/ISSUE_TEMPLATE/integration_bug.yml' - #yq eval ".body[1].attributes.options = $pkgs" -i '.github/ISSUE_TEMPLATE/integration_feature_request.yml' + yq eval ".body[1].attributes.options = $pkgs" -i '.github/ISSUE_TEMPLATE/integration_feature_request.yml' git diff --name-only HEAD