Skip to content

Commit

Permalink
ci: enable updates to the feature request template (#12125)
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 authored Dec 17, 2024
1 parent 29da9c4 commit 2281a0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2281a0f

Please sign in to comment.