Skip to content

Commit

Permalink
fix: No description for workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Yoriyasu Yano <[email protected]>
  • Loading branch information
yorinasub17 committed Apr 7, 2024
1 parent 30bcf92 commit ae33dd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ValidatePRTitle.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ae33dd1

Please sign in to comment.