From 81a5b3fd795135007459d2992ef3509284bf3d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 21 Mar 2024 16:33:16 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Tweak=20Discussion=20question=20?= =?UTF-8?q?template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/DISCUSSION_TEMPLATE/questions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/questions.yml b/.github/DISCUSSION_TEMPLATE/questions.yml index af6abf4..a8b2916 100644 --- a/.github/DISCUSSION_TEMPLATE/questions.yml +++ b/.github/DISCUSSION_TEMPLATE/questions.yml @@ -72,9 +72,9 @@ body: Write a short description telling me what you are doing, what you expect to happen, and what is currently happening. placeholder: | - * Open the browser and call the endpoint `/`. - * It returns a JSON with `{"message": "Hello World"}`. - * But I expected it to return `{"message": "Hello Morty"}`. + * Add a label `release` to a PR. + * Merge the PR. + * I expected this GitHub Action to make a release for me, but it didn't. validations: required: true - type: dropdown