From ae33dd13669b2e2f7b102fe68fe3ae07175b9b70 Mon Sep 17 00:00:00 2001 From: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:40:40 -0500 Subject: [PATCH] fix: No description for workflows Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> --- .github/workflows/ValidatePRTitle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ValidatePRTitle.yml b/.github/workflows/ValidatePRTitle.yml index 53aa4ea..3981e88 100644 --- a/.github/workflows/ValidatePRTitle.yml +++ b/.github/workflows/ValidatePRTitle.yml @@ -1,9 +1,10 @@ +# Enforces the PR title follows conventional commits +# # NOTE # Our base CI system is CircleCI, but for anything that interacts with the PR metadata works better in GHA so we use GHA # here. name: "Validate PR Title" -description: "Enforces the PR title follows conventional commits." on: pull_request_target: